ports/net/nslint/Makefile

18 lines
245 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>