aboutsummaryrefslogtreecommitdiffstats
path: root/games/freedroidrpg
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-23 21:46:13 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-23 21:46:13 +0800
commit0a3206f7420b5fd6b17e7fe75e452bafab2262bf (patch)
tree7c2030f1924cdd0b7d40352031c9a8b0f4cd0a5f /games/freedroidrpg
parentab331ff9d7ae3c4e2110187141eea4e2ca39cac0 (diff)
downloadfreebsd-ports-gnome-0a3206f7420b5fd6b17e7fe75e452bafab2262bf.tar.gz
freebsd-ports-gnome-0a3206f7420b5fd6b17e7fe75e452bafab2262bf.tar.zst
freebsd-ports-gnome-0a3206f7420b5fd6b17e7fe75e452bafab2262bf.zip
- Switch to options helpers
Diffstat (limited to 'games/freedroidrpg')
-rw-r--r--games/freedroidrpg/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile
index 2889a6ac2654..cb7eab699919 100644
--- a/games/freedroidrpg/Makefile
+++ b/games/freedroidrpg/Makefile
@@ -37,18 +37,13 @@ BACKTRACE_DESC= Use backtrace() to generate nice bug reports
BACKTRACE_LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
BACKTRACE_CONFIGURE_ENABLE= backtrace
+BACKTRACE_VARS= STRIP= # empty
OPENGL_USE= GL=gl
OPENGL_CONFIGURE_ENABLE= opengl
VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \
libogg.so:${PORTSDIR}/audio/libogg
VORBIS_CONFIGURE_ENABLE= vorbis
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MBACKTRACE}
-STRIP= #
-.endif
-
post-install:
${INSTALL_DATA} ${WRKSRC}/win32/w32icon2_64x64.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png