diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-30 19:27:24 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-30 19:27:24 +0000 |
commit | 960f41bb5363b02175b5b60716a211538f4bb66d (patch) | |
tree | 39384ee99b42eae3efe09bbeef0b4942e71fbf4e /games/lugaru/Makefile | |
parent | 4bf5eb7e2f00e8bb46dd0148ee753edd3d11682f (diff) |
Notes
Diffstat (limited to 'games/lugaru/Makefile')
-rw-r--r-- | games/lugaru/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/lugaru/Makefile b/games/lugaru/Makefile index 6b3b131a5763..ecce3d0505f5 100644 --- a/games/lugaru/Makefile +++ b/games/lugaru/Makefile @@ -18,27 +18,26 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libogg.so:${PORTSDIR}/audio/libogg -USE_BZIP2= yes -USES= cmake openal:soft pkgconfig +USES= cmake openal:soft pkgconfig tar:bzip2 USE_GL= glu USE_SDL= sdl USE_XORG= sm USE_GCC= yes PORTDOCS= README - OPTIONS_DEFINE= DOCS SUB_FILES= ${PORTNAME} -DESKTOP_ENTRIES="Lugaru" "${COMMENT}" "${PORTNAME}" \ - "${PORTNAME}" "Game;ActionGame;" false +DESKTOP_ENTRIES="Lugaru" "" "${PORTNAME}" \ + "${PORTNAME}" "Game;ActionGame;" "" post-patch: @${REINPLACE_CMD} -e 's|/usr/local/lugaru|${DATADIR}|' \ ${WRKSRC}/CMakeLists.txt post-install: + ${STRIP_CMD} ${STAGEDIR}${DATADIR}/${PORTNAME} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${LN} -sf ${DATADIR}/Data/Textures/Lugaru.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png |