blob: 5fca391b068ca43af559f811394205209d9e9204 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.2 2006/02/04 19:10:09 adrianp 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.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"
|