aboutsummaryrefslogtreecommitdiff
path: root/games/hedgewars/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-09 14:07:30 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-09 14:07:30 +0000
commit596d1d3a4073440c4320ef526539b348ae53b619 (patch)
treeb9b93b14253f8e9a815061ddbc45b7a5e5076f55 /games/hedgewars/Makefile
parent86c89fea9bb9fbe57aa421434cd46bd0feec74c2 (diff)
downloadports-596d1d3a4073440c4320ef526539b348ae53b619.tar.gz
ports-596d1d3a4073440c4320ef526539b348ae53b619.zip
Notes
Diffstat (limited to 'games/hedgewars/Makefile')
-rw-r--r--games/hedgewars/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile
index 073c96160cb6..483aa529fe61 100644
--- a/games/hedgewars/Makefile
+++ b/games/hedgewars/Makefile
@@ -18,7 +18,7 @@ LICENSE_COMB= multi
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= depends on fpc which is only available for i386 and amd64
-USES= tar:bzip2 cmake lua:51
+USES= cmake desktop-file-utils lua:51 tar:bzip2
USE_SDL= sdl mixer image ttf net
USE_FPC= opengl libpng
USE_QT4= corelib gui moc_build network \
@@ -64,6 +64,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/cmake_modules/*.cmake
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
${INSTALL_DATA} ${WRKSRC}/share/hedgewars/Data/misc/hedgewars.desktop \
${STAGEDIR}${PREFIX}/share/applications/
${INSTALL_DATA} ${WRKSRC}/misc/hedgewars.png \