304ff922fb
from Brad
28 lines
529 B
Makefile
28 lines
529 B
Makefile
# $OpenBSD: Makefile,v 1.10 2012/04/28 08:18:33 ajacoutot Exp $
|
|
|
|
COMMENT= asynchronous resolver library
|
|
|
|
V= 1.8.0
|
|
DISTNAME= c-ares-${V}
|
|
PKGNAME= libcares-${V}
|
|
CATEGORIES= net devel
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
|
|
|
SHARED_LIBS= cares 2.3
|
|
|
|
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>
|