summaryrefslogtreecommitdiff
path: root/net-mgmt/dhcpconf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/dhcpconf/Makefile')
-rw-r--r--net-mgmt/dhcpconf/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-mgmt/dhcpconf/Makefile b/net-mgmt/dhcpconf/Makefile
deleted file mode 100644
index 83f301f9ef34..000000000000
--- a/net-mgmt/dhcpconf/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: dhcp-conf
-# Date created: 20 Dec 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dhcpconf
-PORTVERSION= 0.7.3
-PORTREVISION= 0
-CATEGORIES= net sysutils
-MASTER_SITES= http://dhcp-conf.sourceforge.net/
-DISTNAME= dhcp-conf
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Neat console-based ISC DHCP server configuration-generating utility
-
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
- newt.51:${PORTSDIR}/devel/newt
-
-ALL_TARGET= ${DISTNAME}
-WRKSRC= ${WRKDIR}/${DISTNAME}
-MAKE_ENV+= PCFLAGS="${CFLAGS}"
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/dhcp-conf ${PREFIX}/sbin/dhcpconf
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>