summaryrefslogtreecommitdiff
path: root/security/fwbuilder-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/fwbuilder-devel/Makefile')
-rw-r--r--security/fwbuilder-devel/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile
deleted file mode 100644
index b655387d51c2..000000000000
--- a/security/fwbuilder-devel/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: fwbuilder
-# Date Created: 3 Feb 2001
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fwbuilder
-PORTVERSION= 1.0.11
-PORTREVISION= 1
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}/fwbuilder/
-MASTER_SITE_SUBDIR= fwbuilder
-
-MAINTAINER= vadim@fwbuilder.org
-COMMENT= Firewall Builder GUI and policy compilers
-
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \
- aclocal:${PORTSDIR}/devel/automake
-LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \
- gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
- fwbuilder.5:${PORTSDIR}/security/libfwbuilder
-
-CONFIGURE_SCRIPT= autogen.sh
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-USE_GTK= yes
-INSTALLS_SHLIB= yes
-PLIST_SUB+= PORTVERSION="${PORTVERSION}"
-
-MAN1= fwbuilder.1 fwblookup.1 fwbedit.1 fwb_ipt.1 fwb_ipf.1 fwb_ipfw.1 fwb_pf.1 \
- fwb_install.1 fwb_compile_all.1
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${ECHO_CMD} "===! Running aclocal"
- @(cd ${WRKSRC}; aclocal; autoconf)
-
-.include <bsd.port.post.mk>