20 lines
306 B
Makefile
20 lines
306 B
Makefile
# $OpenBSD: Makefile,v 1.18 2021/02/22 13:31:44 sthen Exp $
|
|
|
|
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>
|