summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-06-19 09:05:06 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2016-06-19 09:05:06 +0000
commita0c59cdd9f2ec31554c6c9911f3ef0ed2440c362 (patch)
treebcdea569702e923599df9d9f3b3232fe4a175e32
parent793cd6020060d99ed054f0f772be2886f977d7b6 (diff)
downloadFreeBSD-ports-a0c59cdd9f2ec31554c6c9911f3ef0ed2440c362.zip
FreeBSD-ports-a0c59cdd9f2ec31554c6c9911f3ef0ed2440c362.tar.gz
- Switch to USES=localbase
- Switch to options helpers
-rw-r--r--games/corewars/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/corewars/Makefile b/games/corewars/Makefile
index 2e8aa12..13c3b07 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}
OpenPOWER on IntegriCloud