svn commit: r312681 - head/net-p2p/solidcoin

Rene Ladan rene at FreeBSD.org
Wed Feb 20 22:59:10 UTC 2013


Author: rene
Date: Wed Feb 20 22:59:10 2013
New Revision: 312681
URL: http://svnweb.freebsd.org/changeset/ports/312681

Log:
  Convert to optionsNG (rename GUI to WXGTK to get a more accure description)

Modified:
  head/net-p2p/solidcoin/Makefile

Modified: head/net-p2p/solidcoin/Makefile
==============================================================================
--- head/net-p2p/solidcoin/Makefile	Wed Feb 20 22:37:48 2013	(r312680)
+++ head/net-p2p/solidcoin/Makefile	Wed Feb 20 22:59:10 2013	(r312681)
@@ -17,7 +17,8 @@ BROKEN=		Does not build
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/graph/parallel/algorithm.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	boost_date_time:${PORTSDIR}/devel/boost-libs
 
-OPTIONS=	GUI "Build with wxWidgets GUI" on
+OPTIONS_DEFINE=	WXGTK X11
+OPTIONS_DEFAULT=	WXGTK X11
 
 USE_ZIP=	yes
 USE_GMAKE=	yes
@@ -34,7 +35,7 @@ WRKSRC=		${WRKDIR}/src
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_GUI) && !defined(WITHOUT_X11)
+.if ${PORT_OPTIONS:MWXGTK} && ${PORT_OPTIONS:MX11}
 USE_WX=		2.9
 DESKTOP_ENTRIES="Solidcoin" "${COMMENT}" "" "${PORTNAME}" "" "true"
 


More information about the svn-ports-head mailing list