2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2013/03/21 08:46:34 ajacoutot Exp $
|
2008-04-22 08:19:58 -04:00
|
|
|
|
2010-08-27 12:00:02 -04:00
|
|
|
COMMENT= asynchronous resolver library
|
2008-04-22 08:19:58 -04:00
|
|
|
|
2012-06-24 06:08:42 -04:00
|
|
|
V= 1.9.1
|
2010-08-27 12:00:02 -04:00
|
|
|
DISTNAME= c-ares-${V}
|
|
|
|
PKGNAME= libcares-${V}
|
|
|
|
CATEGORIES= net devel
|
2011-10-24 15:21:31 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
2008-04-22 08:19:58 -04:00
|
|
|
|
2012-06-24 06:08:42 -04:00
|
|
|
SHARED_LIBS= cares 2.4
|
2008-04-23 05:57:04 -04:00
|
|
|
|
2011-10-24 15:21:31 -04:00
|
|
|
HOMEPAGE= http://c-ares.haxx.se/
|
2008-04-22 08:19:58 -04:00
|
|
|
|
2010-08-27 12:00:02 -04:00
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
2008-04-22 08:19:58 -04:00
|
|
|
|
2010-08-27 12:00:02 -04:00
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2011-04-05 04:17:55 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
2008-04-22 08:19:58 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|