Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2015 13:46:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397615 - head/games/freedroidrpg
Message-ID:  <201509231346.t8NDkE1f054480@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509231346.t8NDkE1f054480>