Lines 6-29
Link Here
|
6 |
|
6 |
|
7 |
PORTNAME= libfwbuilder |
7 |
PORTNAME= libfwbuilder |
8 |
PORTVERSION= 1.0.0 |
8 |
PORTVERSION= 1.0.0 |
9 |
PORTREVISION= 1 |
9 |
PORTREVISION= 2 |
10 |
CATEGORIES= security |
10 |
CATEGORIES= security |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= fwbuilder |
12 |
MASTER_SITE_SUBDIR= fwbuilder |
13 |
|
13 |
|
14 |
MAINTAINER= devnull@uptsoft.com |
14 |
MAINTAINER= vadim@fwbuilder.org |
15 |
COMMENT= Firewall Builder API |
15 |
COMMENT= Firewall Builder API |
16 |
|
16 |
|
17 |
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ |
17 |
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ |
18 |
automake:${PORTSDIR}/devel/automake |
18 |
aclocal:${PORTSDIR}/devel/automake |
|
|
19 |
|
19 |
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ |
20 |
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ |
20 |
xslt.1:${PORTSDIR}/textproc/libxslt \ |
21 |
xslt.1:${PORTSDIR}/textproc/libxslt \ |
21 |
netsnmp.5:${PORTSDIR}/net/net-snmp \ |
22 |
crypto.3:${PORTSDIR}/security/openssl \ |
22 |
isc.1:${PORTSDIR}/net/bind9 |
23 |
netsnmp.5:${PORTSDIR}/net/net-snmp |
23 |
|
|
|
24 |
.if !defined(USE_OPENSSL) |
25 |
LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl |
26 |
.endif |
27 |
|
24 |
|
28 |
CONFIGURE_SCRIPT= autogen.sh |
25 |
CONFIGURE_SCRIPT= autogen.sh |
29 |
CONFIGURE_ARGS= |
26 |
CONFIGURE_ARGS= |
Lines 37-42
Link Here
|
37 |
|
34 |
|
38 |
post-patch: |
35 |
post-patch: |
39 |
@${ECHO_CMD} "===! Running aclocal" |
36 |
@${ECHO_CMD} "===! Running aclocal" |
40 |
@(cd ${WRKSRC}; aclocal) |
37 |
@(cd ${WRKSRC}; aclocal -I /usr/local/share/aclocal) |
41 |
|
38 |
|
42 |
.include <bsd.port.mk> |
39 |
.include <bsd.port.mk> |