24 lines
434 B
Makefile
24 lines
434 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/03/21 08:46:34 ajacoutot Exp $
|
|
|
|
COMMENT= asynchronous resolver library
|
|
|
|
V= 1.9.1
|
|
DISTNAME= c-ares-${V}
|
|
PKGNAME= libcares-${V}
|
|
CATEGORIES= net devel
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
|
|
|
SHARED_LIBS= cares 2.4
|
|
|
|
HOMEPAGE= http://c-ares.haxx.se/
|
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|