mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f67050feec
in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
32 lines
747 B
Makefile
32 lines
747 B
Makefile
# 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>
|