2000-02-13 03:52:26 +00:00
|
|
|
# New ports collection makefile for: dhcp-conf
|
|
|
|
# Date created: 20 Dec 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= dhcpconf
|
|
|
|
PORTVERSION= 0.7.0
|
2000-02-13 03:52:26 +00:00
|
|
|
CATEGORIES= net sysutils
|
|
|
|
MASTER_SITES= http://members.xoom.com/vschade/dhcp-conf/
|
2000-04-09 18:14:07 +00:00
|
|
|
DISTNAME= dhcp-conf
|
2000-02-13 03:52:26 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2000-06-22 05:52:15 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-02-13 03:52:26 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
|
|
|
|
newt.0:${PORTSDIR}/devel/newt
|
|
|
|
|
|
|
|
ALL_TARGET= ${DISTNAME}
|
2000-04-09 18:14:07 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}_${PORTVERSION}
|
2000-02-13 03:52:26 +00:00
|
|
|
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>
|