1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/net/dhcping/Makefile
2014-03-09 14:25:21 +00:00

19 lines
389 B
Makefile

# Created by: Edwin Groothuis (edwin@mavetju.org)
# $FreeBSD$
PORTNAME= dhcping
PORTVERSION= 1.2
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Send DHCP request to DHCP server for monitoring purposes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
PLIST_FILES= bin/dhcping \
man/man8/dhcping.8.gz
.include <bsd.port.mk>