pkgsrc/sysutils/ipa/Makefile

33 lines
702 B
Makefile
Raw Normal View History

2009-05-01 16:47:29 +02:00
# $NetBSD: Makefile,v 1.7 2009/05/01 14:47:29 zafer Exp $
#
DISTNAME= ipa-2.0.5
CATEGORIES= sysutils
2009-05-01 16:47:29 +02:00
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"