aboutsummaryrefslogtreecommitdiff
path: root/net/dhcping/Makefile
blob: bfc0a947569a566e32cc6ea2efb73753b52ec1bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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>