blob: dafc190194a9dda8137f4079a57e9dd15ed5a5fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# 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= 1
CATEGORIES= net-mgmt 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}"
DEPRECATED= "${PORTNAME} is outdated and full of bugs"
EXPIRATION_DATE= 2004-05-26
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>
|