aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-06-19 09:05:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-06-19 09:05:06 +0000
commit6dc0dbea6c9df307718809563ec420c6b29b92b2 (patch)
treebcdea569702e923599df9d9f3b3232fe4a175e32 /games
parent83cd5adde3dacd509ff3657b580c6d265ef031c3 (diff)
downloadports-6dc0dbea6c9df307718809563ec420c6b29b92b2.tar.gz
ports-6dc0dbea6c9df307718809563ec420c6b29b92b2.zip
- Switch to USES=localbase
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=417105
Diffstat (limited to 'games')
-rw-r--r--games/corewars/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/corewars/Makefile b/games/corewars/Makefile
index 2e8aa128bd2a..13c3b0766b48 100644
--- a/games/corewars/Makefile
+++ b/games/corewars/Makefile
@@ -14,16 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:devel/argp-standalone
+USES= gmake localbase
USE_GNOME= gtk12
-
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-USES= gmake
OPTIONS_DEFINE= DOCS
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}