2001-03-21 07:51:00 +01:00
|
|
|
# New ports collection makefile for: fwbuilder
|
|
|
|
# Date Created: 3 Feb 2001
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fwbuilder
|
2008-05-23 20:05:59 +02:00
|
|
|
PORTVERSION= 2.1.19
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2001-03-21 07:51:00 +01:00
|
|
|
CATEGORIES= security
|
2006-12-11 00:32:33 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}/fwbuilder/
|
2003-05-22 16:36:29 +02:00
|
|
|
MASTER_SITE_SUBDIR= fwbuilder
|
2001-03-21 07:51:00 +01:00
|
|
|
|
2006-12-11 00:32:33 +01:00
|
|
|
MAINTAINER= cy@FreeBSD.org
|
2003-05-21 19:12:04 +02:00
|
|
|
COMMENT= Firewall Builder GUI and policy compilers
|
2001-03-21 07:51:00 +01:00
|
|
|
|
2004-10-14 08:42:13 +02:00
|
|
|
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
|
2006-12-11 00:32:33 +01:00
|
|
|
LIB_DEPENDS= fwbuilder.7:${PORTSDIR}/security/libfwbuilder
|
2005-11-13 23:04:55 +01:00
|
|
|
|
2006-12-11 00:32:33 +01:00
|
|
|
BUILD_VERSION= 21
|
|
|
|
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
2004-10-14 08:42:13 +02:00
|
|
|
USE_QT_VER= 3
|
|
|
|
|
2007-02-13 01:16:29 +01:00
|
|
|
QTDIR?= ${QT_PREFIX}
|
2004-10-14 08:42:13 +02:00
|
|
|
|
|
|
|
USE_OPENSSL= yes
|
2001-03-21 07:51:00 +01:00
|
|
|
USE_GMAKE= yes
|
2004-05-25 21:28:24 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-10-14 08:42:13 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
|
|
|
CONFIGURE_ARGS+= --with-docdir=${DOCSDIR} --with-qtdir=${QTDIR}
|
2005-11-13 23:04:55 +01:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-10-14 08:42:13 +02:00
|
|
|
MAKE_ARGS+= QTDIR="${QTDIR}" \
|
|
|
|
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
2006-12-11 03:13:36 +01:00
|
|
|
USE_LDCONFIG= yes
|
2004-01-18 15:19:22 +01:00
|
|
|
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
2003-05-21 19:12:04 +02:00
|
|
|
|
2004-10-14 08:42:13 +02:00
|
|
|
MAN1= fwbuilder.1 \
|
|
|
|
fwblookup.1 \
|
|
|
|
fwbedit.1 \
|
2008-05-23 20:05:59 +02:00
|
|
|
fwb_iosacl.1 \
|
2004-10-14 08:42:13 +02:00
|
|
|
fwb_ipt.1 \
|
|
|
|
fwb_ipf.1 \
|
|
|
|
fwb_ipfw.1 \
|
2008-05-23 20:05:59 +02:00
|
|
|
fwb_pix.1 \
|
2004-10-14 08:42:13 +02:00
|
|
|
fwb_pf.1
|
|
|
|
|
2007-10-03 14:19:22 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= *
|
2007-01-11 01:55:42 +01:00
|
|
|
.endif
|
|
|
|
|
2008-05-27 00:08:25 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
BROKEN= NOPORTDOCS is incomplete in this port
|
|
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|