23 lines
589 B
Makefile
23 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/07/14 12:56:10 joerg Exp $
|
|
|
|
#
|
|
# Please do not update or modify this package as it has been imported only
|
|
# as a dependecy for chat/unrealircd. This package should only be updated
|
|
# when chat/unrealircd requires it.
|
|
#
|
|
|
|
DISTNAME= c-ares-1.4.0
|
|
PKGNAME= libcares-1.4.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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|