25 lines
477 B
Makefile
25 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/03/12 04:39:16 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= libbind-6.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.isc.org/isc/libbind/6.0/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= https://www.isc.org/software/libbind
|
|
COMMENT= ISC Standard Resolver Library
|
|
LICENSE= isc
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS+= --with-libtool=yes
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|