freebsd-ports/net/dhcpconf/Makefile

34 lines
789 B
Makefile
Raw Normal View History

# 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
2003-02-20 20:00:52 +01:00
COMMENT= Neat console-based ISC DHCP server configuration-generating utility
2003-01-03 09:26:35 +01:00
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>