openbsd-ports/net/libcares/Makefile

24 lines
434 B
Makefile
Raw Normal View History

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