diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2010-07-30 11:57:17 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2010-07-30 11:57:17 +0000 |
commit | 88ed53454667d7e597fe93f80702661c11e958df (patch) | |
tree | 4e7f7b6106e5168d13cf80143d720e3d20de9c45 /net/ipa_ipfw | |
parent | 395ad740f38e8d0857a128234269574411a686d3 (diff) | |
download | ports-88ed53454667d7e597fe93f80702661c11e958df.tar.gz ports-88ed53454667d7e597fe93f80702661c11e958df.zip |
Notes
Diffstat (limited to 'net/ipa_ipfw')
-rw-r--r-- | net/ipa_ipfw/Makefile | 18 | ||||
-rw-r--r-- | net/ipa_ipfw/distinfo | 6 |
2 files changed, 10 insertions, 14 deletions
diff --git a/net/ipa_ipfw/Makefile b/net/ipa_ipfw/Makefile index f81259c80660..d2d59703cc17 100644 --- a/net/ipa_ipfw/Makefile +++ b/net/ipa_ipfw/Makefile @@ -6,34 +6,30 @@ # PORTNAME= ipa_ipfw -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= net -MASTER_SITES= http://ipa-system.sourceforge.net/modules/ipa_ipfw/ +MASTER_SITES= SF/ipa-system/modules/ipa_ipfw MAINTAINER= simon@comsys.ntu-kpi.kiev.ua COMMENT= IPA accounting module for FreeBSD IP Firewall +LICENSE= BSD + NO_PACKAGE= Needs to be built uniquely for each host USE_BZIP2= yes +USE_LDCONFIG= yes -OPTIONS= PTHREAD "Build pthread safe module" off \ - DEBUG_INFO "Produce debugging info" off \ - IPFW2 "Enable IPFW2 support (on FreeBSD < 5.x)" off \ +OPTIONS= DEBUG_INFO "Produce debugging info" off \ MAN_KOI8_R "Install Russian manual pages" off .include <bsd.port.pre.mk> -.if defined(WITH_PTHREAD) -MAKE_ENV+= WITH_PTHREAD=yes -CFLAGS+= ${PTHREAD_CFLAGS} -.endif - .if !defined(WITH_DEBUG_INFO) MAKE_ENV+= DEBUG_FLAGS="" .endif -BUILD_DEPENDS+= ${PREFIX}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa +BUILD_DEPENDS+= ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa PLIST_FILES= lib/ipa_ipfw.so diff --git a/net/ipa_ipfw/distinfo b/net/ipa_ipfw/distinfo index eb1805fe83a8..7e794040dc66 100644 --- a/net/ipa_ipfw/distinfo +++ b/net/ipa_ipfw/distinfo @@ -1,3 +1,3 @@ -MD5 (ipa_ipfw-1.0.1.tar.bz2) = 7a27f0a64068f51f306f0d68f9f00bf5 -SHA256 (ipa_ipfw-1.0.1.tar.bz2) = 9f8fedbe7245976abb7244368963fad6aaafc51e79d01f47a892d00db00bda61 -SIZE (ipa_ipfw-1.0.1.tar.bz2) = 16456 +MD5 (ipa_ipfw-1.0.2.tar.bz2) = 5571cd76f663eefdbc2c419dc0d06ce7 +SHA256 (ipa_ipfw-1.0.2.tar.bz2) = dbdb9a72abd3a4bc9cce2e343f7bc7b688c32ab39ed4d3dc0de47ecbe58d0793 +SIZE (ipa_ipfw-1.0.2.tar.bz2) = 16498 |