pkgsrc/sysutils/ipa/Makefile
obache 4f2c8ee898 Update ipa to 2.0.6, per maintainer update request by PR 41686.
Changes:
    *	autoconf 2.61 -> 2.62, automake 1.10 -> 1.10.1.

    *	When time goes back or changes too quickly, then ipa incorrectly
	used too much CPU time and generated a lot of log messages.

    *	Now several databases can be written in "db_list" parameter's
	value in ipa.conf.

    *	Now lint can check source code of IPA.
2009-07-10 08:20:03 +00:00

32 lines
703 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/07/10 08:20:03 obache Exp $
#
DISTNAME= ipa-2.0.6
CATEGORIES= sysutils
MASTER_SITES= http://ipa-system.sourceforge.net/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= simon@comsys.ntu-kpi.kiev.ua
HOMEPAGE= http://ipa-system.sourceforge.net/
COMMENT= Pluggable accounting system
PKG_DESTDIR_SUPPORT= user-destdir
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"