74dacee939
ISC's libbind provides the standard resolver library, along with header files and documentation, for communicating with domain name servers, retrieving network host entries from /etc/hosts or via DNS, converting CIDR network addresses, perform Hesiod information lookups, retrieve network entries from /etc/networks, implement TSIG transaction/request security of DNS messages, perform name-to-address and address-to-name translations, utilize /etc/resolv.conf for resolver configuration. It contains many of the same historical functions and headers included with many Unix operating systems. Originally written for BIND 8, it was included in BIND 9 as optionally-compiled code through release 9.5. It has been removed from subsequent releases of BIND 9 and is now provided as a separate package.
12 lines
307 B
Makefile
12 lines
307 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/04/15 12:57:49 obache Exp $
|
|
|
|
BUILDLINK_TREE+= libbind
|
|
|
|
.if !defined(LIBBIND_BUILDLINK3_MK)
|
|
LIBBIND_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libbind+= libbind>=6.0
|
|
BUILDLINK_PKGSRCDIR.libbind?= ../../net/libbind
|
|
.endif # LIBBIND_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libbind
|