mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
bae0403aea
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>
24 lines
442 B
Makefile
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>
|