diff options
Diffstat (limited to 'security/libfwbuilder2/Makefile')
-rw-r--r-- | security/libfwbuilder2/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/security/libfwbuilder2/Makefile b/security/libfwbuilder2/Makefile index 4715c5f..d539128 100644 --- a/security/libfwbuilder2/Makefile +++ b/security/libfwbuilder2/Makefile @@ -6,25 +6,27 @@ PORTNAME= libfwbuilder PORTVERSION= 1.0.0 -PORTREVISION= RC2 +PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= ftp://downloads.fwbuilder.org/pub/fwbuilder/nightly_builds/current/ \ - ${MASTER_SITE_SOURCEFORGE}/fwbuilder/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= fwbuilder MAINTAINER= devnull@uptsoft.com COMMENT= Firewall Builder API -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ - automake:${PORTSDIR}/devel/automake - +BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.1:${PORTSDIR}/textproc/libxslt \ - crypto.3:${PORTSDIR}/security/openssl \ netsnmp.5:${PORTSDIR}/net/net-snmp \ isc.1:${PORTSDIR}/net/bind9 +.if !defined(USE_OPENSSL) +LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl +.endif + CONFIGURE_SCRIPT= autogen.sh CONFIGURE_ARGS= + USE_AUTOCONF= yes USE_GMAKE= yes USE_LIBTOOL= yes |