svn commit: r397615 - head/games/freedroidrpg

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 23 13:46:14 UTC 2015


Author: amdmi3
Date: Wed Sep 23 13:46:13 2015
New Revision: 397615
URL: https://svnweb.freebsd.org/changeset/ports/397615

Log:
  - Switch to options helpers

Modified:
  head/games/freedroidrpg/Makefile

Modified: head/games/freedroidrpg/Makefile
==============================================================================
--- head/games/freedroidrpg/Makefile	Wed Sep 23 13:37:05 2015	(r397614)
+++ head/games/freedroidrpg/Makefile	Wed Sep 23 13:46:13 2015	(r397615)
@@ -37,18 +37,13 @@ BACKTRACE_DESC=	Use backtrace() to gener
 
 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
 


More information about the svn-ports-all mailing list