e247450cfe
Small tool that lets you perform a dhcp-request to find out if a dhcp-server is still running. Maintainer: Margarida Sequeira <niness@devilness.org>
21 lines
457 B
Makefile
21 lines
457 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/08/04 18:46:50 pvalchev Exp $
|
|
|
|
COMMENT= "dhcp daemon ping program"
|
|
CATEGORIES= net
|
|
DISTNAME= dhcping-1.2
|
|
MASTER_SITES= http://www.mavetju.org/download/
|
|
|
|
HOMEPAGE= http://www.mavetju.org/unix/general.php
|
|
|
|
MAINTAINER= Margarida Sequeira <niness@devilness.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|