aboutsummaryrefslogtreecommitdiff
path: root/games/circuslinux/Makefile
blob: 77c022197b690653a855e7648370b256a3746120 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Edwin Groothuis

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"

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>