2013-09-20 22:10:23 +00:00
|
|
|
# Created by: Edwin Groothuis (edwin@mavetju.org)
|
2001-03-14 02:12:51 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2002-01-27 15:54:09 +00:00
|
|
|
PORTNAME= dhcping
|
|
|
|
PORTVERSION= 1.2
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.mavetju.org/download/
|
2001-03-14 02:12:51 +00:00
|
|
|
|
2002-01-27 15:54:09 +00:00
|
|
|
MAINTAINER= edwin@mavetju.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= Send DHCP request to DHCP server for monitoring purposes
|
2001-03-14 02:12:51 +00:00
|
|
|
|
2002-01-27 15:54:09 +00:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
2001-03-14 02:12:51 +00:00
|
|
|
|
2002-01-27 15:54:09 +00:00
|
|
|
MAN8= dhcping.8
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/dhcping
|
2001-03-14 02:12:51 +00:00
|
|
|
|
2013-09-20 22:10:23 +00:00
|
|
|
NO_STAGE= yes
|
2001-03-14 02:12:51 +00:00
|
|
|
.include <bsd.port.mk>
|