openbsd-ports/net/dhcping/Makefile

21 lines
366 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:35:46 espie 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
2004-12-15 19:31:20 -05:00
WANTLIB= c
2010-11-19 17:31:32 -05:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>