openbsd-ports/net/ldns/Makefile

28 lines
576 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 2007/09/15 22:36:54 merdely Exp $
2007-09-11 04:20:50 -04:00
COMMENT= DNS library modelled after Net::DNS
2007-09-11 04:20:50 -04:00
VERSION= 1.2.0
DISTNAME= ldns-${VERSION}
PKGNAME= ldns-${VERSION}
SHARED_LIBS= ldns ${VERSION}
CATEGORIES= net
MASTER_SITES+= http://www.nlnetlabs.nl/downloads/
HOMEPAGE= http://www.nlnetlabs.nl/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
USE_LIBTOOL= Yes
USE_GMAKE= Yes
.include <bsd.port.mk>