svn commit: r352696 - head/games/lugaru
Rusmir Dusko
nemysis at FreeBSD.org
Wed Apr 30 19:27:25 UTC 2014
Author: nemysis
Date: Wed Apr 30 19:27:24 2014
New Revision: 352696
URL: http://svnweb.freebsd.org/changeset/ports/352696
QAT: https://qat.redports.org/buildarchive/r352696/
Log:
- Use tar:bzip2 instead of USE_BZIP2=yes
- Change Desktop entry file
- Strip executable
Modified:
head/games/lugaru/Makefile
Modified: head/games/lugaru/Makefile
==============================================================================
--- head/games/lugaru/Makefile Wed Apr 30 18:20:12 2014 (r352695)
+++ head/games/lugaru/Makefile Wed Apr 30 19:27:24 2014 (r352696)
@@ -18,27 +18,26 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/gra
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
More information about the svn-ports-all
mailing list