Merge from vendor branch TNF:
[pkgsrcv2.git] / net / libcares / Makefile
1 # $NetBSD: Makefile,v 1.10 2010/07/25 02:37:16 obache Exp $
2 #
3 # Please do not update or modify this package as it has been imported only
4 # as a dependecy for chat/unrealircd. This package should only be updated
5 # when chat/unrealircd requires it.
6 #
7
8 DISTNAME=       c-ares-1.6.0
9 PKGNAME=        libcares-1.6.0
10 CATEGORIES=     net
11 MASTER_SITES=   http://c-ares.haxx.se/
12
13 MAINTAINER=     pkgsrc-users@NetBSD.org
14 HOMEPAGE=       http://c-ares.haxx.se/
15 COMMENT=        Asynchronous resolver library
16 LICENSE=        mit
17
18 CONFLICTS+=     libares-[0-9]*
19
20 PKG_DESTDIR_SUPPORT=    user-destdir
21
22 MAKE_JOBS_SAFE= no
23
24 GNU_CONFIGURE=  YES
25 USE_LIBTOOL=    YES
26
27 PKGCONFIG_OVERRIDE+=    libcares.pc.in
28
29 .include "../../mk/bsd.pkg.mk"