24 lines
466 B
Makefile
24 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.16 2013/07/14 14:51:49 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= c-ares-1.10.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
|
|
|
|
CONFLICTS+= libares-[0-9]*
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
PKGCONFIG_OVERRIDE+= libcares.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|