diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-08-21 05:18:53 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-08-21 05:18:53 +0000 |
commit | e61440ee89f6ffa0ab96a8f1016d0ce18dcd068e (patch) | |
tree | 5c612bc99f4f83df58dd048499656f33bd2d710a /games/blockrage/Makefile | |
parent | 9b42878dd45767e43d6e3697f8dac467bb9bc858 (diff) | |
download | ports-e61440ee89f6ffa0ab96a8f1016d0ce18dcd068e.tar.gz ports-e61440ee89f6ffa0ab96a8f1016d0ce18dcd068e.zip |
Notes
Diffstat (limited to 'games/blockrage/Makefile')
-rw-r--r-- | games/blockrage/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/blockrage/Makefile b/games/blockrage/Makefile index 30809211bb67..d5cdea3e68f4 100644 --- a/games/blockrage/Makefile +++ b/games/blockrage/Makefile @@ -7,18 +7,15 @@ PORTNAME= blockrage PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= nemysis@gmx.ch -COMMENT= Block Rage is falling blocks game with a 2-player hotseat mode +COMMENT= Falling blocks game with 2-player hotseat mode LICENSE= GPLv2 -OPTIONS_DEFINE= DATA -OPTIONS_DEFAULT= DATA - GNU_CONFIGURE= yes ALL_TARGET= ${PORTNAME} USE_SDL= sdl image mixer @@ -47,13 +44,11 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MAN6PREFIX}/man/man6 # Data -.if ${PORT_OPTIONS:MDATA} . for d in data blockrage-fhs.rc blockrage.cfg blockrage.rc @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) . endfor -.endif -# Documentations +# Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} . for f in ${PORTDOCS} |