summaryrefslogtreecommitdiff
path: root/net/libcares/Makefile
blob: 18176b657f561281da4dc4bf9f639f7bfa44e6cd (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.4 2007/01/03 12:38:38 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.2
PKGNAME=	libcares-1.3.2
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"