opnsense-ports/games/circuslinux/Makefile
2022-09-07 22:33:21 +02:00

28 lines
634 B
Makefile

PORTNAME= circuslinux
PORTVERSION= 1.0.3
PORTREVISION= 14
CATEGORIES= games
MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/circus-linux/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari"
WWW= http://www.newbreedsoftware.com/circus-linux/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING.txt
USES= sdl
USE_SDL= image mixer sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=""
PLIST_FILES= bin/${PORTNAME}
PORTDATA= *
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install:
@${MV} ${STAGEDIR}${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>