aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/dhcpconf/Makefile
blob: 88a5525d6510e8595a44442353135e3e38fa86aa (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
# 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
DISTNAME=   dhcp-conf
CATEGORIES= net sysutils
MASTER_SITES=   http://members.xoom.com/vschade/dhcp-conf/
DISTNAME=   dhcp-conf
EXTRACT_SUFX=   .tgz

MAINTAINER= will@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>