diff options
Diffstat (limited to 'security/netramet/Makefile')
-rw-r--r-- | security/netramet/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/netramet/Makefile b/security/netramet/Makefile new file mode 100644 index 00000000000..7f3f3365442 --- /dev/null +++ b/security/netramet/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 11:54:14 zuntum Exp $ +# + +DISTNAME= NeTraMet44b8 +PKGNAME= netramet-4.4.8 +CATEGORIES= security net +MASTER_SITES= http://foobar.cit.buffalo.edu/nms/NeTraMet/beta-versions/ + +MAINTAINER= burgess@neonramp.com +HOMEPAGE= http://www.auckland.ac.nz/net/Accounting/ +COMMENT= NEtwork TRaffic METer + +GNU_CONFIGURE= YES + +post-patch: + for i in `${FIND} ${WRKSRC} -name Makefile.in`; do \ + ${SED} "s,CFLAGS=,CFLAGS+=,g" $$i > $$i.done; \ + ${MV} $$i.done $$i; \ + done + +.include "../../mk/bsd.pkg.mk" |