openbsd-ports/net/dhcping/Makefile

23 lines
432 B
Makefile

# $OpenBSD: Makefile,v 1.4 2005/02/07 19:01:49 pvalchev 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_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>