pkgsrc/sysutils/ipa/Makefile
obache 80fcf34e4f Update ipa to 2.0.3.
Patch provided by maintainer, Andrey Simonenko in PR 35847.

Changes:
    *	If value in command line for ipactl is given in time units,
	then ipactl ignored overflow during parsing.

    *	If limits and thresholds were disabled during compilation,
	then ipactl did not accept the -r option.

    *	The "limit" section in ipastat.conf placed in incorrect place
	could cause segmentation fault.
2007-02-26 11:55:18 +00:00

32 lines
812 B
Makefile

# $NetBSD: Makefile,v 1.4 2007/02/26 11:55:18 obache Exp $
#
DISTNAME= ipa-2.0.3
CATEGORIES= 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/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= simon@comsys.ntu-kpi.kiev.ua
HOMEPAGE= http://ipa-system.sourceforge.net/
COMMENT= Pluggable accounting system
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
RCD_SCRIPTS= ipa
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"
RCD_SCRIPT_SRC.ipa= ${FILESDIR}/ipa.sh
.else
RCD_SCRIPT_SRC.ipa= ${WRKSRC}/etc/ipa.sh.sample
.endif
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-mandir-ru=ru
.include "options.mk"
.include "../../mk/bsd.pkg.mk"