ports/net/dhcping/Makefile

18 lines
283 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= dhcp daemon ping program
VERSION= 1.2
DISTNAME= dhcping-${VERSION}
CATEGORIES= net
HOMEPAGE= http://www.mavetju.org/unix/general.php
MASTER_SITES= http://www.mavetju.org/download/
# GPL
PERMIT_PACKAGE= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>