2002-06-27 17:50:27 +02:00
|
|
|
# New ports collection makefile for: libfwbuilder
|
|
|
|
# Date Created: 27 May 2002
|
|
|
|
# Whom: Sergey Lyubka <devnull@asitatech.ie>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libfwbuilder
|
2003-09-06 04:41:58 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2003-11-04 19:30:50 +01:00
|
|
|
PORTREVISION= 2
|
2002-06-27 17:50:27 +02:00
|
|
|
CATEGORIES= security
|
2003-05-22 16:32:14 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= fwbuilder
|
2002-06-27 17:50:27 +02:00
|
|
|
|
2003-06-10 18:18:49 +02:00
|
|
|
MAINTAINER= vadim@fwbuilder.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Firewall Builder API
|
2002-06-27 17:50:27 +02:00
|
|
|
|
2003-06-01 17:26:07 +02:00
|
|
|
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \
|
2003-06-10 18:18:49 +02:00
|
|
|
aclocal:${PORTSDIR}/devel/automake
|
2002-06-27 17:50:27 +02:00
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
|
2003-11-04 19:30:50 +01:00
|
|
|
xslt.2:${PORTSDIR}/textproc/libxslt \
|
2003-05-21 19:15:32 +02:00
|
|
|
netsnmp.5:${PORTSDIR}/net/net-snmp \
|
2003-06-10 18:18:49 +02:00
|
|
|
crypto.3:${PORTSDIR}/security/openssl
|
2003-05-22 16:32:14 +02:00
|
|
|
|
2003-05-21 19:15:32 +02:00
|
|
|
CONFIGURE_SCRIPT= autogen.sh
|
2003-06-10 18:18:49 +02:00
|
|
|
#CONFIGURE_ARGS=
|
2003-05-21 19:15:32 +02:00
|
|
|
USE_AUTOCONF= yes
|
2002-06-27 17:50:27 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2003-05-21 19:15:32 +02:00
|
|
|
USE_GTK= no
|
2002-06-27 17:50:27 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
|
|
|
|
2003-05-21 19:15:32 +02:00
|
|
|
post-patch:
|
|
|
|
@${ECHO_CMD} "===! Running aclocal"
|
|
|
|
@(cd ${WRKSRC}; aclocal)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|