aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/dhcpconf/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /net-mgmt/dhcpconf/Makefile
parentf667b39b3c0614d5aeb9bcb4bac4a4b222408185 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes: svn path=/head/; revision=30942 svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'net-mgmt/dhcpconf/Makefile')
-rw-r--r--net-mgmt/dhcpconf/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/dhcpconf/Makefile b/net-mgmt/dhcpconf/Makefile
deleted file mode 100644
index a5d909e42100..000000000000
--- a/net-mgmt/dhcpconf/Makefile
+++ /dev/null
@@ -1,31 +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.0
-CATEGORIES= net sysutils
-MASTER_SITES= http://members.xoom.com/vschade/dhcp-conf/
-DISTNAME= dhcp-conf
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
- newt.0:${PORTSDIR}/devel/newt
-
-ALL_TARGET= ${DISTNAME}
-WRKSRC= ${WRKDIR}/${DISTNAME}_${PORTVERSION}
-MAKE_ENV+= PCFLAGS="${CFLAGS}"
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/dhcp-conf ${PREFIX}/sbin/dhcpconf
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/dhcpconf
- @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/dhcpconf
-.endif
-
-.include <bsd.port.mk>