diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-21 00:34:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-21 00:34:13 +0000 |
commit | ab80c87b5d74eea53c3bd722ee83250f5e14cb81 (patch) | |
tree | 255637106bf81184f1952942877ae50de1d93662 /devel/libfirm | |
parent | 091a2c1dadd8c7afc914232ec95ad5c7b315d0fb (diff) |
Notes
Diffstat (limited to 'devel/libfirm')
-rw-r--r-- | devel/libfirm/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/devel/libfirm/Makefile b/devel/libfirm/Makefile index 3defc55d7601..88877b6dbf71 100644 --- a/devel/libfirm/Makefile +++ b/devel/libfirm/Makefile @@ -7,27 +7,20 @@ CATEGORIES= devel lang MASTER_SITES= SF MAINTAINER= sperber@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> |