freebsd-ports/security/libfwbuilder/Makefile
2003-05-18 10:15:24 +00:00

32 lines
725 B
Makefile

# 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++
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_GNOME= gtk12
INSTALLS_SHLIB= yes
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
.include <bsd.port.post.mk>