diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
| commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
| tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /security/libfwbuilder2/Makefile | |
| parent | 07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff) | |
Diffstat (limited to 'security/libfwbuilder2/Makefile')
| -rw-r--r-- | security/libfwbuilder2/Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/security/libfwbuilder2/Makefile b/security/libfwbuilder2/Makefile deleted file mode 100644 index 1a9900fe4719..000000000000 --- a/security/libfwbuilder2/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: libfwbuilder -# Date Created: 27 May 2002 -# Whom: Sergey Lyubka <devnull@asitatech.ie> -# -# $FreeBSD$ - -PORTNAME= libfwbuilder -PORTVERSION= 2.1.14 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= fwbuilder - -MAINTAINER= cy@FreeBSD.org -COMMENT= Firewall Builder API - -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp - -BUILD_VERSION= 21 -PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} -USE_QT_VER= 3 - -QTDIR?= ${QT_PREFIX} - -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} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAKE_ARGS+= QTDIR="${QTDIR}" \ - QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -USE_LDCONFIG= yes -PLIST_SUB+= PORTVERSION="${PORTVERSION}" - -post-install: - ${RM} ${PREFIX}/lib/libfwbuilder.so.7.3 - ${RM} ${PREFIX}/lib/libfwcompiler.so.7.3 - -.include <bsd.port.mk> |
