2013-09-20 19:36:33 +02:00
|
|
|
# Created by: Edwin Groothuis
|
2003-05-01 14:10:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= circuslinux
|
|
|
|
PORTVERSION= 1.0.3
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 13
|
2003-05-01 14:10:33 +02:00
|
|
|
CATEGORIES= games
|
2006-03-21 13:42:31 +01:00
|
|
|
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/circus-linux/src/
|
2003-05-01 14:10:33 +02:00
|
|
|
|
2014-07-02 20:22:39 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-05-01 14:10:33 +02:00
|
|
|
COMMENT= "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari"
|
|
|
|
|
2014-12-06 09:51:36 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
|
|
|
|
2004-01-20 12:28:18 +01:00
|
|
|
USE_SDL= image mixer sdl
|
2003-05-01 14:10:33 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --target=""
|
|
|
|
|
2014-12-06 09:51:36 +01:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
PORTDATA= *
|
|
|
|
PORTDOCS= *
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MV} ${STAGEDIR}${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
2003-05-01 14:10:33 +02:00
|
|
|
.include <bsd.port.mk>
|