mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
59 lines
1.3 KiB
Makefile
59 lines
1.3 KiB
Makefile
# New ports collection makefile for: fwbuilder
|
|
# Date Created: 3 Feb 2001
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fwbuilder
|
|
PORTVERSION= 2.1.19
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}/fwbuilder/
|
|
MASTER_SITE_SUBDIR= fwbuilder
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
COMMENT= Firewall Builder GUI and policy compilers
|
|
|
|
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
|
|
LIB_DEPENDS= fwbuilder.7:${PORTSDIR}/security/libfwbuilder
|
|
|
|
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} --with-qtdir=${QTDIR}
|
|
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}"
|
|
|
|
MAN1= fwbuilder.1 \
|
|
fwblookup.1 \
|
|
fwbedit.1 \
|
|
fwb_iosacl.1 \
|
|
fwb_ipt.1 \
|
|
fwb_ipf.1 \
|
|
fwb_ipfw.1 \
|
|
fwb_pix.1 \
|
|
fwb_pf.1
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
PORTDOCS= *
|
|
.endif
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.if defined(NOPORTDOCS)
|
|
BROKEN= NOPORTDOCS is incomplete in this port
|
|
.endif
|
|
.include <bsd.port.post.mk>
|