# Created by: Frank W. Josellis # $FreeBSD$ PORTNAME= sdlCC PORTVERSION= 0.0.0 PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://chinesecheckers.vegard2.no/ \ http://jcatki.no-ip.org/files/ MAINTAINER= frank@dynamical-systems.org COMMENT= Extensible Chinese checkers game using SDL USE_AUTOTOOLS= libtool USE_SDL= image mixer sdl GNU_CONFIGURE= yes NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/libltdl/configure post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/players/README ${DOCSDIR}/README.players .endif .include