summaryrefslogtreecommitdiff
path: root/security/fwbuilder/Makefile
diff options
context:
space:
mode:
authorbad <bad>2005-02-24 11:03:22 +0000
committerbad <bad>2005-02-24 11:03:22 +0000
commit0e19c448531225688c702ade03d4740ed82d1a34 (patch)
treea57c7c71250afa1ab801453847968eff8212b3ee /security/fwbuilder/Makefile
parentbac15e792b77941b7af43a0bd941a3df0ab7eb19 (diff)
downloadpkgsrc-0e19c448531225688c702ade03d4740ed82d1a34.tar.gz
Initial import of fwbuilder-2.0.5.
Firewall Builder is a multi-platform firewall configuration and management tool. It consists of a GUI and a set of policy compilers for various firewall platforms. Firewall Builder uses an object-oriented approach, it helps administrators maintain a database of network objects and allows policy editing using simple drag-and-drop operations. Firewall Builder currently supports iptables, IP Filter, ipfw, OpenBSD PF, and Cisco PIX fwbuilder provides the GUI frontend and the policy compilers.
Diffstat (limited to 'security/fwbuilder/Makefile')
-rw-r--r--security/fwbuilder/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile
new file mode 100644
index 00000000000..86690d40b25
--- /dev/null
+++ b/security/fwbuilder/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/24 11:03:22 bad Exp $
+
+DISTNAME= fwbuilder-2.0.5
+CATEGORIES= security net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fwbuilder/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.fwbuilder.org/
+COMMENT= Firewall Builder GUI
+
+USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_GNU_TOOLS+= make
+USE_LANGUAGES= c++
+UNLIMIT_RESOURCES+= datasize
+
+QMAKE= ${QTDIR}/bin/qmake
+CONFIGURE_ENV+= QMAKE="${QMAKE}"
+MAKE_ENV+= QMAKE="${QMAKE}"
+
+.include "../../security/libfwbuilder/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"