aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-22 17:21:46 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-22 17:21:46 +0000
commita3fc5bc165cbdfd18bb303d222d80d572fbd5c79 (patch)
treee08da9102965bf6eb760da8502c34a486e7adcf0
parent3215dd87eaef10fd23e01ba228d30c636c8920d6 (diff)
downloadports-a3fc5bc165cbdfd18bb303d222d80d572fbd5c79.tar.gz
ports-a3fc5bc165cbdfd18bb303d222d80d572fbd5c79.zip
- Add LICENSE
- Switch to options helpers - 400k get :)
Notes
Notes: svn path=/head/; revision=400000
-rw-r--r--games/vor/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/games/vor/Makefile b/games/vor/Makefile
index f00a86b88542..fb8145ce6598 100644
--- a/games/vor/Makefile
+++ b/games/vor/Makefile
@@ -11,6 +11,9 @@ MASTER_SITES= http://qualdan.com/vor/ \
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Dodge the rocks until you die
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USES= tar:bzip2 gmake
USE_SDL= mixer image sdl
GNU_CONFIGURE= yes
@@ -30,8 +33,10 @@ DESKTOP_ENTRIES="Variations on Rockdodger" \
OPTIONS_DEFINE= DOCS
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>