summaryrefslogtreecommitdiff
path: root/net/libbind/Makefile
blob: 997d49ba1e179d1703323edced056cf59bb00a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile,v 1.2 2010/05/06 13:13:11 obache Exp $
#

DISTNAME=	libbind-6.0
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
USE_TOOLS+=	nroff tbl

CONFIGURE_ARGS+=	--with-libtool=yes

MAKE_JOBS_SAFE=	no

BUILD_TARGET=	all man

.include "options.mk"

.include "../../mk/bsd.pkg.mk"