pkgsrc/net/libcares/Makefile
wiz 2dcf3faae8 Do not prescribe what should be in CFLAGS/CPPFLAGS.
While here, remove patch that does nothing since autoreconf is used.
2017-07-15 17:15:16 +00:00

23 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.22 2017/07/15 17:15:16 wiz Exp $
DISTNAME= c-ares-1.13.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:
${RM} -f ${WRKSRC}/m4/xc-val-flgs.m4
cd ${WRKSRC} && autoreconf -fiv
.include "../../mk/bsd.pkg.mk"