aboutsummaryrefslogtreecommitdiff
path: root/games/amoebax
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-02-03 23:37:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-02-03 23:37:32 +0000
commite035d49954bd57dc4d18ca4cfb520110db059c70 (patch)
treecf5d4980b1e3753947bc5066a9b0ffa5c61e796c /games/amoebax
parent83780dc7a8a6ea3e38be7895027d9d40f93a3105 (diff)
downloadports-e035d49954bd57dc4d18ca4cfb520110db059c70.tar.gz
ports-e035d49954bd57dc4d18ca4cfb520110db059c70.zip
- Trim header
- OptionsNG
Notes
Notes: svn path=/head/; revision=311522
Diffstat (limited to 'games/amoebax')
-rw-r--r--games/amoebax/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/amoebax/Makefile b/games/amoebax/Makefile
index 1fb26e2972f9..4697f26712bb 100644
--- a/games/amoebax/Makefile
+++ b/games/amoebax/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: amoebax
-# Date created: 15 Aug 2007
-# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
-#
+# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
-#
PORTNAME= amoebax
PORTVERSION= 0.2.1
@@ -36,7 +32,9 @@ post-patch:
@${FIND} ${WRKSRC}/ -name Makefile.in|${XARGS}\
${REINPLACE_CMD} -e '/^pkgdatadir =/s|=.*|= ${DATADIR}|'
-.if !defined(NOPORTDOCS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf ${DOCSDIR}