480c5e730d
- Now the "worktime" parameter is completely supported - Now IPA can be downloaded from http://ipa-system.sourceforge.net/ - Some bugs with "limit" sections were fixed - One bug and memory leak with the "db_dir" parameter were fixed Patch provided by Andrey Simonenko (maintainer) in PR pkg/19755.
35 lines
1 KiB
Makefile
35 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.7 2003/01/09 17:38:36 jmmv Exp $
|
|
|
|
DISTNAME= ipa-1.3
|
|
CATEGORIES= net sysutils
|
|
MASTER_SITES= http://www.simon.org.ua/ipa/ \
|
|
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://www.outloud.org/ipa/ \
|
|
http://ipa.it-ss.be/
|
|
|
|
MAINTAINER= simon@simon.org.ua
|
|
HOMEPAGE= http://www.simon.org.ua/ipa/
|
|
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= # defined
|
|
ALL_TARGET= NetBSD
|
|
|
|
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"
|