1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/dhcping/Makefile
Dmitry Marakasov fa76f23e8e - Add LICENSE
- Fix configure usage (this is GNU configure)
2016-11-23 14:20:24 +00:00

21 lines
407 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= ports@FreeBSD.org
COMMENT= Send DHCP request to DHCP server for monitoring purposes
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
PLIST_FILES= bin/dhcping \
man/man8/dhcping.8.gz
.include <bsd.port.mk>