18 lines
245 B
Makefile
18 lines
245 B
Makefile
|
COMMENT= performs consistency checks on BIND files
|
||
|
|
||
|
DISTNAME= nslint-3.1
|
||
|
CATEGORIES= net
|
||
|
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MASTER_SITES= ftp://ftp.ee.lbl.gov/
|
||
|
|
||
|
WANTLIB= c
|
||
|
|
||
|
CONFIGURE_STYLE= gnu
|
||
|
ALL_TARGET= nslint
|
||
|
|
||
|
NO_TEST= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|