098bcc22ba
correctly picks ports libtool, instead of just failing when gnu libtool is not installed. ok sthen@.
26 lines
549 B
Makefile
26 lines
549 B
Makefile
# $OpenBSD: Makefile.inc,v 1.17 2011/04/21 21:13:57 landry Exp $
|
|
|
|
VERSION= 1.6.9
|
|
|
|
DISTNAME= ldns-${VERSION}
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
|
|
HOMEPAGE= http://www.nlnetlabs.nl/projects/ldns/
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV+= ac_cv_prog_doxygen= \
|
|
cv_prog_cc_flag_O2=
|
|
USE_LIBTOOL= Yes
|
|
USE_GMAKE= Yes
|
|
NO_REGRESS= Yes
|