aboutsummaryrefslogtreecommitdiffstats
path: root/security/libfwbuilder2/Makefile
blob: cd2b88530b07d188bf009f30121c2f78e87c3689 (plain) (blame)
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
# New ports collection makefile for:    libfwbuilder
# Date Created:             27 May 2002
# Whom:                 Sergey Lyubka <devnull@asitatech.ie>
#
# $FreeBSD$

PORTNAME=   libfwbuilder
PORTVERSION=    0.10.7
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fwbuilder

MAINTAINER= devnull@uptsoft.com
COMMENT=    Firewall Builder API

LIB_DEPENDS=    xml2.5:${PORTSDIR}/textproc/libxml2 \
        xslt.1:${PORTSDIR}/textproc/libxslt \
        sigc.1:${PORTSDIR}/devel/libsigc++

USE_GMAKE=  yes
USE_LIBTOOL=    yes
USE_GNOMENG=    yes
USE_GNOME=  gtk12
INSTALLS_SHLIB= yes
PLIST_SUB+= PORTVERSION="${PORTVERSION}"

.include <bsd.port.mk>