20 lines
344 B
Makefile
20 lines
344 B
Makefile
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:48:25 sthen Exp $
|
|
|
|
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>
|