16337da08c
provided in PR 13134 by Stoned Elipot <Stoned.Elipot@script.jussieu.fr>
16 lines
361 B
Makefile
16 lines
361 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/06/07 11:53:04 rh Exp $
|
|
#
|
|
|
|
DISTNAME= nslint-2.0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.ee.lbl.gov/
|
|
|
|
MAINTAINER= seb@pbox.org
|
|
HOMEPAGE= http://ee.lbl.gov/ftp.html
|
|
COMMENT= Perform consistency checks on DNS zone files
|
|
|
|
GNU_CONFIGURE= YES
|
|
ALL_TARGET= nslint
|
|
INSTALL_TARGET= install install-man
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|