summaryrefslogtreecommitdiffstats
path: root/security/fwbuilder2/Makefile
blob: ff102eddff59d05697ed9f4d495aadffab40fd62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:	fwbuilder
# Date Created:				3 Feb 2001
# Whom:					Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#

PORTNAME=	fwbuilder
PORTVERSION=	1.0.10
PORTREVISION=   RC5
CATEGORIES=	security
MASTER_SITES=	ftp://downloads.fwbuilder.org/pub/fwbuilder/nightly_builds/current/ \
		${MASTER_SITE_SOURCEFORGE}/fwbuilder/

MAINTAINER=	devnull@uptsoft.com
COMMENT=	Firewall Builder GUI and policy compilers

LIB_DEPENDS=	gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \
		fwbuilder.5:${PORTSDIR}/security/libfwbuilder

CONFIGURE_SCRIPT= autogen.sh
# CONFIGURE_ARGS+=  --with-iconsdir=${X11BASE}/share/gnome/fwbuilder/pixmaps/ --with-templatedir=${X11BASE}/share/gnome/fwbuilder
# USE_AUTOCONF=   yes
USE_GMAKE=	yes
USE_LIBTOOL=	yes
USE_GTK=	yes
INSTALLS_SHLIB=	yes
PLIST_SUB+=	PORTVERSION="${PORTVERSION}"

MAN1=		fwbuilder.1 fwblookup.1 fwb_ipt.1 fwb_ipf.1 fwb_ipfw.1 \
		fwb_pf.1 fwb_install.1

post-extract:
	@${ECHO_CMD} "===! Running aclocal"
	cd ${WRKDIR}/fwbuilder-1.0.10; aclocal; autoconf

.include <bsd.port.mk>
OpenPOWER on IntegriCloud