22 lines
380 B
Makefile
22 lines
380 B
Makefile
|
# New ports collection makefile for: nitpicker
|
||
|
# Date created: 22 May 2003
|
||
|
# Whom: Michael Reifenberger
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= nitpicker
|
||
|
PORTVERSION= 1.23
|
||
|
CATEGORIES= net
|
||
|
MASTER_SITES= http://nitpicker.de/
|
||
|
DISTNAME= Nitpicker-${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= mr@freebsd.org
|
||
|
COMMENT= IP flow Accounting tools
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/Nitpicker
|
||
|
|
||
|
NO_MAN= YES
|
||
|
|
||
|
.include <bsd.port.mk>
|