blob: 7cb87883f1ed29d6d3c06d2e4938189f14918e5e (
plain) (
blame)
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
28
29
30
31
32
33
34
35
36
37
|
# New ports collection makefile for: ares
# Date created: 8 September 2003
# Whom: roam@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= c-ares
PORTVERSION= 1.3.1
CATEGORIES= dns
MASTER_SITES= http://daniel.haxx.se/projects/c-ares/
MAINTAINER= roam@FreeBSD.org
COMMENT= An asynchronous DNS resolver library
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --mandir=${PREFIX}/man
MAN3= ares_cancel.3 \
ares_destroy.3 \
ares_expand_name.3 ares_expand_string.3 \
ares_fds.3 \
ares_free_hostent.3 ares_free_string.3 \
ares_gethostbyaddr.3 ares_gethostbyname.3 ares_getnameinfo.3 \
ares_init.3 ares_init_options.3 \
ares_mkquery.3 \
ares_parse_a_reply.3 ares_parse_aaaa_reply.3 ares_parse_ptr_reply.3 \
ares_process.3 \
ares_query.3 \
ares_search.3 \
ares_send.3 \
ares_strerror.3 \
ares_timeout.3 \
ares_version.3
.include <bsd.port.mk>
|