Add files from parent branch HEAD:
[pkgsrcv2.git] / net / libcares / Makefile
1 # $NetBSD: Makefile,v 1.5 2007/07/14 22:05:56 adrianp Exp $
2
3 #
4 # Please do not update or modify this package as it has been imported only
5 # as a dependecy for chat/unrealircd. This package should only be updated
6 # when chat/unrealircd requires it.
7 #
8
9 DISTNAME=       c-ares-1.4.0
10 PKGNAME=        libcares-1.4.0
11 CATEGORIES=     net
12 MASTER_SITES=   http://daniel.haxx.se/projects/c-ares/
13
14 MAINTAINER=     adrianp@NetBSD.org
15 HOMEPAGE=       http://daniel.haxx.se/projects/c-ares/
16 COMMENT=        Asynchronous resolver library
17
18 PKG_DESTDIR_SUPPORT=    user-destdir
19
20 GNU_CONFIGURE=  YES
21 USE_LIBTOOL=    YES
22
23 .include "../../mk/bsd.pkg.mk"