summaryrefslogtreecommitdiff
path: root/security/libfwbuilder-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libfwbuilder-devel/Makefile')
-rw-r--r--security/libfwbuilder-devel/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile
deleted file mode 100644
index 5ae104980061..000000000000
--- a/security/libfwbuilder-devel/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: libfwbuilder
-# Date Created: 27 May 2002
-# Whom: Sergey Lyubka <devnull@asitatech.ie>
-#
-# $FreeBSD$
-
-PORTNAME= libfwbuilder
-PORTVERSION= 2.0.4
-PORTREVISION= 1
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= fwbuilder
-
-MAINTAINER= vadim@fwbuilder.org
-COMMENT= Firewall Builder API
-
-BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
-LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \
- netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp
-
-USE_QT_VER= 3
-
-QTDIR?= ${X11BASE}
-
-USE_OPENSSL= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
-CONFIGURE_ARGS+= --with-docdir=${DOCSDIR}
-MAKE_ARGS+= QTDIR="${QTDIR}" \
- QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
-INSTALLS_SHLIB= yes
-PLIST_SUB+= PORTVERSION="${PORTVERSION}"
-
-post-install:
- ${RM} ${PREFIX}/lib/libfwbuilder.so.6.2
- ${RM} ${PREFIX}/lib/libfwcompiler.so.6.2
-
-.include <bsd.port.mk>