16 lines
370 B
Makefile
16 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"
|