17 lines
283 B
Makefile
17 lines
283 B
Makefile
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>
|