blob: a47733b1ad558ae01a21c6d69180792e3c608f07 (
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.5 2007/07/14 22:05:56 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.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
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
.include "../../mk/bsd.pkg.mk"
|