pkgsrc/sysutils/adtool/Makefile

29 lines
745 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:39 jlam Exp $
#
DISTNAME= adtool-1.2
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://c128.org/adtool/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://c128.org/adtool/
COMMENT= Active Directory administration utility for Unix
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
PTHREAD_OPTS+= require
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/adtool
CONF_FILES= ${EGDIR}/adtool.cfg.dist ${PKG_SYSCONFDIR}/adtool.cfg
.include "../../databases/openldap/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"