summaryrefslogtreecommitdiff
path: root/net/libcares/Makefile
blob: 96851c43f8de70bb87dc2f78da1d43902885ba1a (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
28
29
# $NetBSD: Makefile,v 1.11 2010/07/25 13:09:42 obache Exp $
#
# Please do not update or modify this package as it has been imported only
# as a dependecy for chat/unrealircd. This package should only be updated
# when chat/unrealircd requires it.
#

DISTNAME=	c-ares-1.6.0
PKGNAME=	libcares-1.6.0
CATEGORIES=	net
MASTER_SITES=	http://c-ares.haxx.se/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://c-ares.haxx.se/
COMMENT=	Asynchronous resolver library
LICENSE=	mit

CONFLICTS+=	libares-[0-9]*

PKG_DESTDIR_SUPPORT=	user-destdir

MAKE_JOBS_SAFE=	no

GNU_CONFIGURE=	YES
USE_LIBTOOL=	YES

PKGCONFIG_OVERRIDE+=	libcares.pc.in

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