1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net/dhcping/Makefile
2003-02-21 13:28:59 +00:00

22 lines
451 B
Makefile

# New ports collection makefile for: dhcping
# Date created: 1 March 2001
# Whom: 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}
MAN8= dhcping.8
.include <bsd.port.mk>