summaryrefslogtreecommitdiff
path: root/security/netramet/Makefile
blob: bd0d336ebc7fb5b67ec57969c802858a43d4aa9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.2 2001/05/02 10:14:02 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

CONFIGURE_ARGS+=--without-x

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"