freebsd-ports/sysutils/ipa/Makefile
Mario Sergio Fujikawa Ferreira 46290e0811 o Update to version 1.1.4
o PREFIX safeness
o hier(7) police: share/ipa/examples -> share/examples/ipa
o better deinstall:
	- remove all pending directories
	- more graceful removal of startup files
o deploy BSD_INSTALL_* var where appropriate

PR:		29024
Submitted by:	maintainer
2001-07-31 17:42:34 +00:00

26 lines
506 B
Makefile

# New ports collection makefile for: ipa
# Date created: 2 December 2000
# Whom: Andrey Simonenko
#
# $FreeBSD$
#
PORTNAME= ipa
PORTVERSION= 1.1.4
CATEGORIES= sysutils
MASTER_SITES= http://www.simon.org.ua/ipa/
MAINTAINER= simon@simon.org.ua
NO_PACKAGE= "Needs to be built uniquely for each site"
ALL_TARGET= FreeBSD
MAN5= ipa.5 ipa.conf.5
MAN8= ipa.8 ipastat.8
MANLANG= "" ru_RU.KOI8-R
post-patch:
@${PERL} -pi -ne "s|/usr/local/|${PREFIX}/|" \
${WRKSRC}/Makefile
.include <bsd.port.mk>