2019-07-12 20:48:23 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2019/07/12 20:48:34 sthen Exp $
|
2001-02-28 23:57:34 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= performs consistency checks on BIND files
|
2001-05-06 04:59:54 +00:00
|
|
|
|
2001-10-29 14:37:48 +00:00
|
|
|
DISTNAME= nslint-2.0.2
|
2016-03-18 04:35:35 +00:00
|
|
|
REVISION= 2
|
2013-02-05 14:49:29 +00:00
|
|
|
CATEGORIES= net
|
2002-10-28 01:38:44 +00:00
|
|
|
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2001-02-28 23:57:34 +00:00
|
|
|
|
2009-09-14 13:18:46 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ee.lbl.gov/old/
|
2001-02-28 23:57:34 +00:00
|
|
|
|
|
|
|
FLAVORS= static
|
|
|
|
FLAVOR?=
|
|
|
|
|
2013-02-09 14:49:50 +00:00
|
|
|
.if ${FLAVOR} == "static"
|
2015-03-14 20:52:46 +00:00
|
|
|
CONFIGURE_ENV+= LDFLAGS="${STATIC}"
|
2004-12-16 00:31:20 +00:00
|
|
|
.else
|
|
|
|
WANTLIB= c
|
2001-02-28 23:57:34 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
ALL_TARGET= nslint
|
|
|
|
INSTALL_TARGET= install install-man
|
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2002-10-28 01:38:44 +00:00
|
|
|
|
2001-02-28 23:57:34 +00:00
|
|
|
.include <bsd.port.mk>
|