pkgsrc/net/libcares/Makefile

25 lines
591 B
Makefile
Raw Normal View History

2010-07-25 04:37:16 +02:00
# $NetBSD: Makefile,v 1.10 2010/07/25 02:37:16 obache Exp $
2006-02-04 20:10:09 +01:00
#
# 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
2009-10-18 21:46:36 +02:00
MASTER_SITES= http://c-ares.haxx.se/
2009-07-17 20:00:13 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2009-10-18 21:46:36 +02:00
HOMEPAGE= http://c-ares.haxx.se/
COMMENT= Asynchronous resolver library
CONFLICTS+= libares-[0-9]*
2008-07-14 14:55:56 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
.include "../../mk/bsd.pkg.mk"