summaryrefslogtreecommitdiff
path: root/net/libcares/Makefile
blob: 9da0e4384bfd543c04306ec73ea8b9f399395136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $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"