1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/sysutils/ipa/Makefile
Will Andrews bae0403aea Add ipa 1.0.1, a neat utility to do IP accounting based on firewall rules
such as those for ipfw or ipfilter.  The maintainer is the author of ipa.

PR:		23265
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2000-12-19 11:12:04 +00:00

24 lines
442 B
Makefile

# New ports collection makefile for: ipa
# Date created: 2 December 2000
# Whom: Andrey Simonenko
#
# $FreeBSD$
#
PORTNAME= ipa
PORTVERSION= 1.0.1
CATEGORIES= sysutils
MASTER_SITES= http://www.simon.org.ua/ipa/ \
http://www.comsys.ntu-kpi.kiev.ua/~simon/ipa/
MAINTAINER= simon@simon.org.ua
MAN5= ipa.5 ipa.conf.5
MAN8= ipa.8 ipastat.8
post-install:
strip ${PREFIX}/bin/ipa
strip ${PREFIX}/bin/ipastat
.include <bsd.port.mk>