diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-28 04:21:46 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-28 04:21:46 +0000 |
commit | 0480e9dc40073ac9b975caa84a1bc1a5e680297e (patch) | |
tree | 9d8025b41fa41133788606ee15b2a4cd68c3a023 /net/ipa_ipfw | |
parent | ff235edd19d7a742b1abcbfa0d40db98761a47a6 (diff) | |
download | ports-0480e9dc40073ac9b975caa84a1bc1a5e680297e.tar.gz ports-0480e9dc40073ac9b975caa84a1bc1a5e680297e.zip |
Notes
Diffstat (limited to 'net/ipa_ipfw')
-rw-r--r-- | net/ipa_ipfw/Makefile | 19 | ||||
-rw-r--r-- | net/ipa_ipfw/distinfo | 6 | ||||
-rw-r--r-- | net/ipa_ipfw/pkg-descr | 2 |
3 files changed, 13 insertions, 14 deletions
diff --git a/net/ipa_ipfw/Makefile b/net/ipa_ipfw/Makefile index 2a03770196a9..0a59ec32fcb6 100644 --- a/net/ipa_ipfw/Makefile +++ b/net/ipa_ipfw/Makefile @@ -6,14 +6,14 @@ # PORTNAME= ipa_ipfw -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= net MASTER_SITES= http://ipa-system.sourceforge.net/modules/ipa_ipfw/ MAINTAINER= simon@comsys.ntu-kpi.kiev.ua COMMENT= IPA accounting module for FreeBSD IP Firewall -NO_PACKAGE= "Needs to be built uniquely for each host" +NO_PACKAGE= Needs to be built uniquely for each host USE_BZIP2= yes @@ -24,7 +24,7 @@ OPTIONS= PTHREAD "Build pthread safe module" off \ .include <bsd.port.pre.mk> -.ifdef WITH_PTHREAD +.if defined(WITH_PTHREAD) MAKE_ENV+= WITH_PTHREAD=yes CFLAGS+= ${PTHREAD_CFLAGS} .endif @@ -35,26 +35,25 @@ MAKE_ENV+= IPFW2=yes . endif .endif -.ifdef WITHOUT_DEBUG_INFO +.if !defined(WITH_DEBUG_INFO) MAKE_ENV+= DEBUG_FLAGS="" .endif -BUILD_DEPENDS= ${PREFIX}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa +BUILD_DEPENDS+= ${PREFIX}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa PLIST_FILES= lib/ipa_ipfw.so MANCOMPRESSED= yes MAN8= ipa_ipfw.8 MANLANG= "" -.ifdef WITH_MAN_KOI8_R +.if defined(WITH_MAN_KOI8_R) MANLANG+= ru.KOI8-R .endif do-install: - cd ${WRKSRC} && make install - echo ${MANLANG} -.ifdef WITH_MAN_KOI8_R - cd ${WRKSRC}/man && make LANG_DIR_SRC=ru.KOI8-R clean all install + cd ${WRKSRC} && ${MAKE} install +.if defined(WITH_MAN_KOI8_R) + cd ${WRKSRC}/man && ${MAKE} LANG_DIR_SRC=ru.KOI8-R clean all install .endif .include <bsd.port.post.mk> diff --git a/net/ipa_ipfw/distinfo b/net/ipa_ipfw/distinfo index e94a7e7fc011..eb1805fe83a8 100644 --- a/net/ipa_ipfw/distinfo +++ b/net/ipa_ipfw/distinfo @@ -1,3 +1,3 @@ -MD5 (ipa_ipfw-1.0.tar.bz2) = 35dc5a261215d361131b2351f68ad2a0 -SHA256 (ipa_ipfw-1.0.tar.bz2) = 1d4e3ff9d4ff2c51d1c651172edb164b9276ae4f1c51939ced55f99acc1cda06 -SIZE (ipa_ipfw-1.0.tar.bz2) = 16290 +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 diff --git a/net/ipa_ipfw/pkg-descr b/net/ipa_ipfw/pkg-descr index d00bc5fc7a64..d7fe7c175ad9 100644 --- a/net/ipa_ipfw/pkg-descr +++ b/net/ipa_ipfw/pkg-descr @@ -9,7 +9,7 @@ Main features: rules byte counters; - It is possible to distinguish IP Firewall rules with the same numbers; -- IP Firewall rules can be dynamically added to and removed from +- IP Firewall rules can be dynamically added to and deleted from the system, the module correctly works in such situations. WWW: http://ipa-system.sourceforge.net/modules/ipa_ipfw/ |