svn commit: r340518 - head/devel/libfirm

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 00:34:14 UTC 2014


Author: bapt
Date: Tue Jan 21 00:34:13 2014
New Revision: 340518
URL: http://svnweb.freebsd.org/changeset/ports/340518
QAT: https://qat.redports.org/buildarchive/r340518/

Log:
  Support stage

Modified:
  head/devel/libfirm/Makefile

Modified: head/devel/libfirm/Makefile
==============================================================================
--- head/devel/libfirm/Makefile	Tue Jan 21 00:31:31 2014	(r340517)
+++ head/devel/libfirm/Makefile	Tue Jan 21 00:34:13 2014	(r340518)
@@ -7,27 +7,20 @@ CATEGORIES=	devel lang
 MASTER_SITES=	SF
 
 MAINTAINER=	sperber at FreeBSD.org
-COMMENT=	A graph-based SSA intermediate representation library for compilers
+COMMENT=	Graph-based SSA intermediate representation library for compilers
+
+OPTIONS_DEFINE=	DEBUG
 
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
 USE_AUTOTOOLS=	autoconf
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomehack
 USE_LDCONFIG=	yes
-USES=		pkgconfig
+USES=		gmake pathfix pkgconfig
 
 OPTIONS_DEFINE=	DEBUG
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDEBUG}
-CONFIGURE_ARGS+=	--enable-debug
-.else
-CONFIGURE_ARGS+=	--disable-debug
-.endif
+DEBUG_CONFIGURE_ENABLE=	debug
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list