d49c575364
from <URL:http://cr.yp.to/distributors.html>: What are the distribution terms for daemontools? 2007.12.28: I hereby place the daemontools package (in particular, daemontools-0.76.tar.gz, with MD5 checksum 1871af2453d6e464034968a0fbcb2bfc) into the public domain. The package is no longer copyrighted. What are the distribution terms for djbdns? 2007.12.28: I hereby place the djbdns package (in particular, djbdns-1.05.tar.gz, with MD5 checksum 3147c5cd56832aa3b41955c7a51cbeb2) into the public domain. The package is no longer copyrighted. What are the distribution terms for ucspi-tcp? 2007.12.28: I hereby place the ucspi-tcp package (in particular, ucspi-tcp-0.88.tar.gz, with MD5 checksum 39b619147db54687c4a583a7a94c9163) into the public domain. The package is no longer copyrighted. Am I free to modify uncopyrighted packages and distribute modified versions? Yes. But this does not mean that modifications are _encouraged_! And from <URL:http://cr.yp.to/qmail/dist.html>: I hereby place the qmail package (in particular, qmail-1.03.tar.gz, with MD5 checksum 622f65f982e380dbe86e6574f3abcb7c) into the public domain. You are free to modify the package, distribute modified versions, etc. This does not mean that modifications are encouraged! pkgsrc will strive, as it has, to keep modifications to a tasteful minimum. This addresses PR pkg/37964 by Aleksej Saushev.
38 lines
1.3 KiB
Makefile
38 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.54 2008/02/19 13:59:05 schmonz Exp $
|
|
|
|
DISTNAME= djbdns-1.05
|
|
PKGREVISION= 7
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://cr.yp.to/djbdns/ ftp://cr.yp.to/djbdns/
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES}
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://cr.yp.to/djbdns.html
|
|
COMMENT= Collection of secure and reliable DNS tools
|
|
|
|
MANPAGES= ${DISTNAME}-man-20031023.tar.gz
|
|
SITES.${MANPAGES}= http://smarden.org/pape/djb/manpages/
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
# We change conf-home from the default "/usr/local" and don't
|
|
# provide compatibility symlinks. We also patch to honor PKG_SYSCONFDIR
|
|
# and to set reasonable permissions on standard pkgsrc directories.
|
|
# This no longer affects distributability, as djbdns is public domain.
|
|
DJB_RESTRICTED= no
|
|
|
|
EGDIR= ${PREFIX}/share/examples/djbdns
|
|
CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
|
|
MAKE_DIRS+= ${PKG_SYSCONFDIR}
|
|
CONF_FILES+= ${EGDIR}/dnsroots.global ${PKG_SYSCONFDIR}/dnsroots.global
|
|
PLIST_SRC= ${PKGDIR}/PLIST
|
|
|
|
INSTALLATION_DIRS= bin man ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 share/examples/djbdns
|
|
|
|
post-install:
|
|
cd ${WRKDIR}/*-man; for i in 1 5 8; do \
|
|
for j in *.$$i; do ${INSTALL_MAN} $$j ${PREFIX}/${PKGMANDIR}/man$$i; done \
|
|
done
|
|
|
|
.include "../../mk/djbware.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|