2010-11-19 17:31:32 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/11/19 22:31:35 espie Exp $
|
2001-02-28 18:57:34 -05:00
|
|
|
# $FreeBSD: ports/net/nslint/Makefile,v 1.10 2000/04/09 18:12:37 cpiazza Exp $
|
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= performs consistency checks on BIND files
|
2001-05-06 00:59:54 -04:00
|
|
|
|
2001-10-29 09:37:48 -05:00
|
|
|
DISTNAME= nslint-2.0.2
|
2001-02-28 18:57:34 -05:00
|
|
|
CATEGORIES= net
|
2002-10-27 20:38:44 -05:00
|
|
|
|
2001-02-28 18:57:34 -05: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 09:18:46 -04:00
|
|
|
MASTER_SITES= ftp://ftp.ee.lbl.gov/old/
|
2001-02-28 18:57:34 -05:00
|
|
|
|
|
|
|
FLAVORS= static
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L} == "static"
|
2001-10-29 09:37:48 -05:00
|
|
|
CONFIGURE_ENV+= LDFLAGS=-static
|
2004-12-15 19:31:20 -05:00
|
|
|
.else
|
|
|
|
WANTLIB= c
|
2001-02-28 18:57:34 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
ALL_TARGET= nslint
|
|
|
|
INSTALL_TARGET= install install-man
|
2010-11-19 17:31:32 -05:00
|
|
|
USE_GROFF = Yes
|
2001-02-28 18:57:34 -05:00
|
|
|
|
2002-10-27 20:38:44 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-02-28 18:57:34 -05:00
|
|
|
.include <bsd.port.mk>
|