pkgsrc-wip/ypbind-mt/Makefile
Johnny C. Lam 64bfcf7b60 Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
2006-03-14 01:27:57 +00:00

27 lines
794 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/03/14 01:28:18 jlamwww Exp $
#
DISTNAME= ypbind-mt-1.12
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ \
http://www.us.kernel.org/pub/linux/utils/net/NIS/ \
ftp://ftp.kr.kernel.org/pub/linux/utils/net/NIS/ \
http://www.de.kernel.org/pub/linux/utils/net/NIS/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.linux-nis.org/nis/ypbind-mt/
COMMENT= Multithreaded NIS (YP) client daemon
DEPENDS+= portmap>=4:../../wip/portmap
# rc.d script uses domainname from yp-tools or net-tools
#DEPENDS+= yp-tools-[0-9]*:../../wip/yp-tools
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
RCD_SCRIPTS= ypbind
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
.include "../../mk/bsd.pkg.mk"