summaryrefslogtreecommitdiff
path: root/net/libcares/Makefile
blob: a0c9adf0779d3c2f70b59864237c8f34a07ee94b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.19 2016/09/30 09:00:10 wiz Exp $

DISTNAME=	c-ares-1.12.0
PKGNAME=	${DISTNAME:S/c-/libc/1}
CATEGORIES=	net
MASTER_SITES=	http://c-ares.haxx.se/download/

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

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	automake

PKGCONFIG_OVERRIDE+=	libcares.pc.in

pre-configure:
	cd ${WRKSRC} && automake

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