diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-03 21:37:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-03 21:37:59 +0800 |
commit | 7c25891c244a56d229dc82389955804ffaf96b29 (patch) | |
tree | c8892d03f2504a2bd0b41bf3c9b67b4810899727 /games/tux-aqfh | |
parent | 5c3f24a02c6cb77e1d335bfe4a5252f5c4bde164 (diff) | |
download | freebsd-ports-gnome-7c25891c244a56d229dc82389955804ffaf96b29.tar.gz freebsd-ports-gnome-7c25891c244a56d229dc82389955804ffaf96b29.tar.zst freebsd-ports-gnome-7c25891c244a56d229dc82389955804ffaf96b29.zip |
- Remove PTHREAD_{LIBS/CFLAGS}
- Add empty directory to plist
Diffstat (limited to 'games/tux-aqfh')
-rw-r--r-- | games/tux-aqfh/Makefile | 8 | ||||
-rw-r--r-- | games/tux-aqfh/pkg-plist | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/tux-aqfh/Makefile b/games/tux-aqfh/Makefile index 3f5c6ffcf6d4..84ecbc24a995 100644 --- a/games/tux-aqfh/Makefile +++ b/games/tux-aqfh/Makefile @@ -24,16 +24,16 @@ USE_GL= glut GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-plib=${LOCALBASE} -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib -lusbhid ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lusbhid -pthread PORTDOCS= * -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|; \ diff --git a/games/tux-aqfh/pkg-plist b/games/tux-aqfh/pkg-plist index faec96ae6b2d..ed3b8639e3b4 100644 --- a/games/tux-aqfh/pkg-plist +++ b/games/tux-aqfh/pkg-plist @@ -296,3 +296,4 @@ share/pixmaps/tux_aqfh.png %%DATADIR%%/wavs/whistle.wav %%DATADIR%%/wavs/who.wav %%DATADIR%%/wavs/who_else.wav +@dir %%DATADIR%%/slamcode |