2003-05-22 22:39:53 +00:00
|
|
|
# New ports collection makefile for: nitpicker
|
|
|
|
# Date created: 22 May 2003
|
|
|
|
# Whom: Michael Reifenberger
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nitpicker
|
2003-08-23 17:48:56 +00:00
|
|
|
PORTVERSION= 1.2.1
|
|
|
|
PORTEPOCH=1
|
2004-02-23 04:42:13 +00:00
|
|
|
CATEGORIES= net-mgmt
|
2003-05-22 22:39:53 +00:00
|
|
|
MASTER_SITES= http://nitpicker.de/
|
|
|
|
|
|
|
|
MAINTAINER= mr@freebsd.org
|
|
|
|
COMMENT= IP flow Accounting tools
|
|
|
|
|
|
|
|
NO_MAN= YES
|
|
|
|
|
2003-09-23 08:17:36 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/nitpicker ${LOCALBASE}/sbin
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tools/parse_flowfile/src/parse_flowfile ${LOCALBASE}/bin
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tools/dumpit/dumpit ${LOCALBASE}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|