diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-17 07:44:28 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-17 07:44:28 +0800 |
commit | 1c3c217e403627cc156363810c78f31c52e73493 (patch) | |
tree | 08e8c8362e8608de6ea6461b8b2a4576ea958463 /security/libfwbuilder2/Makefile | |
parent | 6564d92ae8f5854aa48989e9ef10b49f055c9327 (diff) | |
download | freebsd-ports-gnome-1c3c217e403627cc156363810c78f31c52e73493.tar.gz freebsd-ports-gnome-1c3c217e403627cc156363810c78f31c52e73493.tar.zst freebsd-ports-gnome-1c3c217e403627cc156363810c78f31c52e73493.zip |
- Update to 1.0.2
While I'm here:
- Remove explicit automake/autoconf dependencing in BUILD_DEPENDS
- Avoid using version number in DOCSDIR name
- Re-sort pkg-plist
- Cosmetique fixes
PR: 59998
Submitted by: maintainer
Diffstat (limited to 'security/libfwbuilder2/Makefile')
-rw-r--r-- | security/libfwbuilder2/Makefile | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/security/libfwbuilder2/Makefile b/security/libfwbuilder2/Makefile index ec945e0ff372..927f81922428 100644 --- a/security/libfwbuilder2/Makefile +++ b/security/libfwbuilder2/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= libfwbuilder -PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTVERSION= 1.0.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -14,24 +13,22 @@ MASTER_SITE_SUBDIR= fwbuilder MAINTAINER= vadim@fwbuilder.org COMMENT= Firewall Builder API -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ - aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.2:${PORTSDIR}/textproc/libxslt \ netsnmp.6:${PORTSDIR}/net/net-snmp \ crypto.3:${PORTSDIR}/security/openssl -CONFIGURE_SCRIPT= autogen.sh -#CONFIGURE_ARGS= -USE_AUTOCONF= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_GTK= no +USE_AUTOCONF= yes +WANT_AUTOMAKE_VER= 15 +CONFIGURE_SCRIPT= autogen.sh +CONFIGURE_ARGS= --with-docdir=${DOCSDIR} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -PLIST_SUB+= PORTVERSION="${PORTVERSION}" post-patch: - @${ECHO_CMD} "===! Running aclocal" - @(cd ${WRKSRC}; aclocal) + @${ECHO_MSG} "===! Running aclocal" + cd ${WRKSRC} && aclocal .include <bsd.port.mk> |