freebsd-ports/games/circuslinux/Makefile
Dmitry Marakasov d047f13b82 - Add LICENSE
- Switch to dynamic plist, dropping @dirrm*
- Optionize DOCS installation, fix DOCSDIR
2014-12-06 08:51:36 +00:00

29 lines
615 B
Makefile

# Created by: Edwin Groothuis
# $FreeBSD$
PORTNAME= circuslinux
PORTVERSION= 1.0.3
PORTREVISION= 13
CATEGORIES= games
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/circus-linux/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari"
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING.txt
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>