aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-03-17 09:26:49 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-03-17 09:26:49 +0000
commitf276741accb0be6b42e7422f71c8bf00f491899d (patch)
treef58cd16a2a00fc740d1f80757cc8f7ce6ec778c1 /games
parent808a500da38dbb7e58c04f48211401cb9491d29b (diff)
downloadports-f276741accb0be6b42e7422f71c8bf00f491899d.tar.gz
ports-f276741accb0be6b42e7422f71c8bf00f491899d.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/tux-aqfh/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/games/tux-aqfh/Makefile b/games/tux-aqfh/Makefile
index 97bef62d9f45..bcf25fae55b7 100644
--- a/games/tux-aqfh/Makefile
+++ b/games/tux-aqfh/Makefile
@@ -22,7 +22,6 @@ USES= gmake
USE_GL= glut
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-plib=${LOCALBASE}
-#USE_GCC= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib -lusbhid ${PTHREAD_LIBS}
@@ -36,20 +35,20 @@ DOCSRCDIR2= ${WRKSRC}/doc
DOCSDIR2= ${DOCSDIR}/doc
DOC_FILES2= *.png *.html
+OPTIONS_DEFINE= DOCS
+
DESKTOP_ENTRIES="Tuxedo The Penguin: A Quest for Herring" "" ${PORTNAME} \
"${PORTNAME}" "Game;SportsGame;" ""
-OPTIONS_DEFINE= DOCS
-
post-patch:
@${REINPLACE_CMD} -e \
- 's|-lplibul|-lplibul -lplibjs| ; \
- s|-O6 -Wall|-w|g ; \
- s|-lpthread|| ; \
+ 's|-lplibul|-lplibul -lplibjs|; \
+ s|-O6 -Wall||; \
+ s|-lpthread||; \
s|datadir/games|datadir|' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|$$(prefix)/games|@bindir@|g ; \
- s|$$(datadir)/games|$$(datadir)|g'
+ 's|$$(prefix)/games|@bindir@|; \
+ s|$$(datadir)/games|$$(datadir)|'
@${REINPLACE_CMD} -e 's|doc contrib| contrib|' \
${WRKSRC}/Makefile.in