35 lines
620 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2013/02/09 14:49:52 sthen Exp $
COMMENT= performs consistency checks on BIND files
DISTNAME= nslint-2.0.2
REVISION= 0
CATEGORIES= net
2002-10-28 01:38:44 +00:00
MAINTAINER= Wangden Kelsang <wngdn@src.uchicago.edu>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-09-14 13:18:46 +00:00
MASTER_SITES= ftp://ftp.ee.lbl.gov/old/
FLAVORS= static
FLAVOR?=
.if ${FLAVOR} == "static"
CONFIGURE_ENV+= LDFLAGS=-static
2004-12-16 00:31:20 +00:00
.else
WANTLIB= c
.endif
CONFIGURE_STYLE= gnu
ALL_TARGET= nslint
INSTALL_TARGET= install install-man
2010-11-19 22:31:32 +00:00
USE_GROFF = Yes
2002-10-28 01:38:44 +00:00
NO_REGRESS= Yes
.include <bsd.port.mk>