diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-19 17:05:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-19 17:05:06 +0800 |
commit | a0c59cdd9f2ec31554c6c9911f3ef0ed2440c362 (patch) | |
tree | bcdea569702e923599df9d9f3b3232fe4a175e32 /games | |
parent | 793cd6020060d99ed054f0f772be2886f977d7b6 (diff) | |
download | freebsd-ports-gnome-a0c59cdd9f2ec31554c6c9911f3ef0ed2440c362.tar.gz freebsd-ports-gnome-a0c59cdd9f2ec31554c6c9911f3ef0ed2440c362.tar.zst freebsd-ports-gnome-a0c59cdd9f2ec31554c6c9911f3ef0ed2440c362.zip |
- Switch to USES=localbase
- Switch to options helpers
Diffstat (limited to 'games')
-rw-r--r-- | games/corewars/Makefile | 7 |
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} |