openbsd-ports/net/nslint/Makefile
2013-02-09 14:49:50 +00:00

35 lines
620 B
Makefile

# $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
MAINTAINER= Wangden Kelsang <wngdn@src.uchicago.edu>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.ee.lbl.gov/old/
FLAVORS= static
FLAVOR?=
.if ${FLAVOR} == "static"
CONFIGURE_ENV+= LDFLAGS=-static
.else
WANTLIB= c
.endif
CONFIGURE_STYLE= gnu
ALL_TARGET= nslint
INSTALL_TARGET= install install-man
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>