blob: d343c8165be6b9aa1cecaf8b23c5cf34cdc5371b (
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.12 2012/04/25 15:50:51 drochner 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.7.5
PKGNAME= libcares-1.7.5
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"
|