9588225aa0
Changes in ipa-1.3.1 (from the ipa-1.3.1/HISTORY file): 1. Some improvements for ipa(8) were implemented, as a result ipa(8) now uses less CPU time when works with many rules and with many limits. 2. Fixed incorrectly rounded Kbytes, Mbytes, Gbytes and Tbytes in output of ipastat(8). 3. Fixed some minor bugs in ipa(8). Package changes: 1. Two MASTER_SITES were removed. 2. MAINTAINER email was changed. 3. ALL_TARGET was "disabled", let original Makefile finds right target.
34 lines
994 B
Makefile
34 lines
994 B
Makefile
# $NetBSD: Makefile,v 1.9 2003/03/05 07:11:41 wiz Exp $
|
|
|
|
DISTNAME= ipa-1.3.1
|
|
CATEGORIES= net sysutils
|
|
MASTER_SITES= http://ipa-system.sourceforge.net/ \
|
|
http://www.mirrors.wiretapped.net/security/network-monitoring/ipa/ \
|
|
ftp://ftp.mirrors.wiretapped.net/pub/security/network-monitoring/ipa/ \
|
|
http://ipa.it-ss.be/
|
|
|
|
MAINTAINER= simon@comsys.ntu-kpi.kiev.ua
|
|
HOMEPAGE= http://ipa-system.sourceforge.net/
|
|
COMMENT= IP accounting software
|
|
|
|
RESTRICTED= "Needs to be built uniquely for each host"
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
NO_PACKAGE= ${RESTRICTED}
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGINSTALL= yes
|
|
ALL_TARGET= # empty
|
|
|
|
CFLAGS+= -DCFGFILE=\\\"${PKG_SYSCONFDIR}/ipa.conf\\\"
|
|
|
|
CONF_FILES_PERMS= ${PREFIX}/share/examples/ipa/ipa.conf.default \
|
|
${PKG_SYSCONFDIR}/ipa.conf \
|
|
${ROOT_USER} ${ROOT_GROUP} 0400
|
|
RCD_SCRIPTS= ipa
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ipa
|
|
|
|
.include "../../mk/bsd.pkg.install.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|