pkgsrc-wip/ldapdns/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
880 B
Makefile
Executable file

# $NetBSD: Makefile,v 1.8 2006/03/14 01:28:00 jlamwww Exp $
DISTNAME= ldapdns-cvs-snapshot
PKGNAME= ldapdns-cvs-0.0.1
WRKSRC= ${WRKDIR}/ldapdns/
CATEGORIES= net
MASTER_SITES= http://ldapdns.sourceforge.net/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://ldapdns.sourceforge.net
COMMENT= Tiny, fast authoritative nameserver that queries LDAP
USE_TOOLS+= gmake
BUILD_TARGET= it
GNU_CONFIGURE= YES
RCD_SCRIPTS= ldapdns
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ldapdns-dg ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/ldapdns-hosts ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/ldapdns-vc ${PREFIX}/sbin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ldapdns/
${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/ldapdns/
${INSTALL_DATA} ${WRKSRC}/README* ${PREFIX}/share/doc/ldapdns/
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"