summaryrefslogtreecommitdiff
path: root/security/libfwbuilder/Makefile
diff options
context:
space:
mode:
authoradam <adam>2011-04-12 13:41:17 +0000
committeradam <adam>2011-04-12 13:41:17 +0000
commit299d4eeb2dcdb14ebed4aac9f2b564706a0d1459 (patch)
tree3707d83e709e413fa445cd1b25d90c023287a06a /security/libfwbuilder/Makefile
parent632634617db140b904493d2d641b348dac4190bd (diff)
downloadpkgsrc-299d4eeb2dcdb14ebed4aac9f2b564706a0d1459.tar.gz
Changes 4.1.3:
This version comes with the following usability enhancements: * Added checkbox to the Preferences dialog, this checkbox turns off some tooltips that can be annoying for users who are sufficiently familiar with the GUI. * Added a tab "Policy Rule" to the "Objects" page of the global preferences dialog; checkbox in this tab allows the user to choose whether new policy rules should be created with logging turned on or off. The major bug fixes in this release include: * Fixed installer issue for Windows users that use Putty sessions. Built-in policy installer can use putty session on Windows when it runs pscp.exe utility to copy generated script to the firewall * Fixed bug in the generated iptables script that made it to not configure broadcast address when it added ip addresses to interfaces. * Several bugs that affected cluster configurations were fixed.
Diffstat (limited to 'security/libfwbuilder/Makefile')
-rw-r--r--security/libfwbuilder/Makefile27
1 files changed, 14 insertions, 13 deletions
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile
index ae3411b9bba..630538a939e 100644
--- a/security/libfwbuilder/Makefile
+++ b/security/libfwbuilder/Makefile
@@ -1,31 +1,32 @@
-# $NetBSD: Makefile,v 1.29 2011/01/13 13:36:16 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2011/04/12 13:41:17 adam Exp $
-DISTNAME= libfwbuilder-2.0.12
-PKGREVISION= 4
+DISTNAME= libfwbuilder-4.1.3
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fwbuilder/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fwbuilder.org/
COMMENT= Firewall Builder API
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-CONFLICTS= libfwbuilder21-[0-9]*
-
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_TOOLS+= aclocal autoconf automake gmake
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-distcc
INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
-.include "../../devel/glib2/buildlink3.mk"
+pre-configure:
+ cd ${WRKSRC} && libtoolize -c -f -i && aclocal && autoconf
+
+.include "../../devel/zlib/buildlink3.mk"
.include "../../net/net-snmp/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
-.include "../../x11/qt3-libs/buildlink3.mk"
-BUILDLINK_API_DEPENDS.qt3-tools+= qt3-tools>=3.3.5nb5
-.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"