aboutsummaryrefslogtreecommitdiff
path: root/games/bomns
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-06-01 09:03:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-06-01 09:03:50 +0000
commitac3fdceb8857335d2b53c136348e543274d5ceab (patch)
tree77c051681370a06d283fdee1c7821b3aae412721 /games/bomns
parent916ca7e8c7164d300a0655703e7d0f699b1b63c1 (diff)
downloadports-ac3fdceb8857335d2b53c136348e543274d5ceab.tar.gz
ports-ac3fdceb8857335d2b53c136348e543274d5ceab.zip
Notes
Diffstat (limited to 'games/bomns')
-rw-r--r--games/bomns/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/bomns/Makefile b/games/bomns/Makefile
index daaf4db2285d..37cec268db5c 100644
--- a/games/bomns/Makefile
+++ b/games/bomns/Makefile
@@ -19,23 +19,22 @@ GH_ACCOUNT= keithfancher
GH_PROJECT= Bomns-for-Linux
GH_TAGNAME= 113be27
-USES= cmake
+USES= cmake localbase
+CMAKE_ARGS= -Wno-dev
USE_SDL= mixer sdl
USE_GNOME= gtk20
-CMAKE_ARGS+= -Wno-dev
USE_CSTD= gnu89
INSTALLS_ICONS= yes
-CFLAGS+= -I${LOCALBASE}/include
-CONFIGURE_ENV+= LIBS=-L${LOCALBASE}/lib
-
PORTDOCS= AUTHORS ChangeLog README
+
OPTIONS_DEFINE= DOCS
post-install:
${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}