summaryrefslogtreecommitdiff
path: root/net/cmu-dhcpd/Makefile
diff options
context:
space:
mode:
authorabs <abs>2002-10-18 22:03:49 +0000
committerabs <abs>2002-10-18 22:03:49 +0000
commit788f88d4face2c77900d4168d140ddc936458646 (patch)
treee1577fe74c5b96fdf556acc331d156bc97046d0a /net/cmu-dhcpd/Makefile
parent90cb7ccbf6c240d0eb013410426621c1e1abe083 (diff)
downloadpkgsrc-788f88d4face2c77900d4168d140ddc936458646.tar.gz
Import cmu-dhcpd-3.3.7.9
CMU dhcpd 3.3.7 is a combined BootP and DHCP server, available from Carnegie Mellon University. Development of this sofware at CMU has been halted. At Princeton we've added a few new features, and fixed some bugs (and probably introduced new ones, naturally). We've also incorporated patches that others have posted. Our version is 3.3.7+PU.
Diffstat (limited to 'net/cmu-dhcpd/Makefile')
-rw-r--r--net/cmu-dhcpd/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/cmu-dhcpd/Makefile b/net/cmu-dhcpd/Makefile
new file mode 100644
index 00000000000..f809ac41e27
--- /dev/null
+++ b/net/cmu-dhcpd/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/10/18 22:06:01 abs Exp $
+#
+
+DISTNAME= CMU-dhcp-3.3.7+PU-9
+PKGNAME= cmu-dhcp-3.3.7.9
+CATEGORIES= net
+MASTER_SITES= http://heymon.princeton.edu/software/dhcpd/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://heymon.princeton.edu/software/dhcpd/
+COMMENT= CMU BootP and DHCP server, plus Princeton patches
+
+WRKSRC= ${WRKDIR}/CMU-dhcp-3.3.7+PU-9
+GNU_CONFIGURE= YES
+
+do-install:
+ ${INSTALL_DATA_DIR} /var/db/bindings
+ ${INSTALL_PROGRAM} ${WRKSRC}/dhcpd ${PREFIX}/sbin/cmu-dhcpd
+ ${INSTALL_MAN} ${WRKSRC}/man/bootptab.5 ${PREFIX}/man/man5/bootptab.5
+ ${INSTALL_MAN} ${WRKSRC}/man/dhcpd.8 ${PREFIX}/man/man8/dhcpd.8
+ ${INSTALL_MAN} ${WRKSRC}/man/dhcpd.conf.5 ${PREFIX}/man/man5/dhcpd.conf.5
+
+.include "../../mk/bsd.pkg.mk"