28 lines
524 B
Makefile
28 lines
524 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/10/24 19:21:31 sthen Exp $
|
|
|
|
COMMENT= asynchronous resolver library
|
|
|
|
V= 1.7.5
|
|
DISTNAME= c-ares-${V}
|
|
PKGNAME= libcares-${V}
|
|
CATEGORIES= net devel
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
|
|
|
SHARED_LIBS= cares 2.2
|
|
|
|
HOMEPAGE= http://c-ares.haxx.se/
|
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|