1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/dhcpd-pools/Makefile
2017-08-01 17:07:58 +00:00

35 lines
842 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= dhcpd-pools
PORTVERSION= 2.28
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME} \
ZI
MAINTAINER= zi@FreeBSD.org
COMMENT= Tool to analyze isc-dhcp pool usage based on leases
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash
USES= charsetfix shebangfix tar:xz
SHEBANG_FILES= contrib/snmptest.pl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-dhcpd-conf=${LOCALBASE}/etc/dhcpd.conf \
--with-dhcpd-leases=/var/db/dhcpd/dhcpd.leases \
--with-uthash=${LOCALBASE}/include
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/dhcpd-pools \
man/man1/dhcpd-pools.1.gz \
%%DATADIR%%/nagios.conf
PORTDATA= dhcpd-pools.cgi snmptest.pl
post-patch:
@${REINPLACE_CMD} -e '/features.h/d' ${WRKSRC}/src/getdata.c
.include <bsd.port.mk>