summaryrefslogtreecommitdiff
path: root/security/libfwbuilder2/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-18 12:49:58 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-18 12:49:58 +0000
commit2f4595e6ef0c619d6c12155340ee1e8e400c667f (patch)
tree13aa6b132436dda75c629c3b886302056198c190 /security/libfwbuilder2/Makefile
parents/memrchr/memchr/. (diff)
- Update to PORTREVISION 2
- Tarball has been rerolled While I'm here: - fix docs intall - Use %%DATADIR%% PR: 61511 Sybmitted by: Vadim Kurland <vadim@fwbuilder.org> (maintainer) Approved by: erwin (mentor) (implicitly)
Notes
Notes: svn path=/head/; revision=98466
Diffstat (limited to 'security/libfwbuilder2/Makefile')
-rw-r--r--security/libfwbuilder2/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/security/libfwbuilder2/Makefile b/security/libfwbuilder2/Makefile
index 927f81922428..7bfc7f844663 100644
--- a/security/libfwbuilder2/Makefile
+++ b/security/libfwbuilder2/Makefile
@@ -6,6 +6,7 @@
PORTNAME= libfwbuilder
PORTVERSION= 1.0.2
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fwbuilder
@@ -18,17 +19,14 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
netsnmp.6:${PORTSDIR}/net/net-snmp \
crypto.3:${PORTSDIR}/security/openssl
+USE_GNOME= glib12
+
USE_GMAKE= yes
USE_LIBTOOL= yes
-USE_AUTOCONF= yes
-WANT_AUTOMAKE_VER= 15
-CONFIGURE_SCRIPT= autogen.sh
-CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
INSTALLS_SHLIB= yes
-post-patch:
- @${ECHO_MSG} "===! Running aclocal"
- cd ${WRKSRC} && aclocal
-
.include <bsd.port.mk>