pkgsrc/net/libcares/Makefile
adrianp 4e4a78db3c c-ares is a C library that performs DNS requests and name resolves
asynchronously.

c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT.
The fork was made on ares 1.1.1.
2005-12-01 17:27:10 +00:00

15 lines
370 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/12/01 17:27:10 adrianp Exp $
DISTNAME= c-ares-1.3.0
PKGNAME= libcares-1.3.0
CATEGORIES= net
MASTER_SITES= http://daniel.haxx.se/projects/c-ares/
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://daniel.haxx.se/projects/c-ares/
COMMENT= Asynchronous resolver library
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
.include "../../mk/bsd.pkg.mk"