d0c15fea97
handle a few appliances, and PF. Having this around may help some people start up on OpenBSD (yeah, right) and it also comes with a few reasonable policies. Nice things: - the produced files look decent for mechanically generated files. - fwbuilder can take advantage of packet-filter specific features. For instance, it knows about modulate state, or can tweak the parameters for state keeping on pf.
25 lines
595 B
Makefile
25 lines
595 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/21 09:37:35 espie Exp $
|
|
|
|
COMMENT='firewall gui'
|
|
CATEGORIES=net security
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
HOMEPAGE=http://www.fwbuilder.org/
|
|
|
|
MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=fwbuilder/}
|
|
DISTNAME=fwbuilder-2.0.7
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
MODULES=x11/qt3
|
|
FAKE_FLAGS=INSTALL_ROOT=${WRKINST} ${MAKE_FLAGS}
|
|
LIB_DEPENDS=fwcompiler,fwbuilder::security/libfwbuilder
|
|
NO_REGRESS=Yes
|
|
|
|
WANTLIB=stdc++ c util m X11 ssl z crypto Xext pthread iconv xslt xml2 netsnmp
|
|
|
|
.include <bsd.port.mk>
|