pkgsrc/www/serf/Makefile

27 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/09/06 20:54:34 wiz Exp $
#
DISTNAME= serf-0.1.2
PKGREVISION= 3
CATEGORIES= www
MASTER_SITES= http://serf.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/serf/
COMMENT= High-performance asynchronous HTTP client library
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
TEST_TARGET= check
.include "../../devel/apr/buildlink3.mk"
.include "../../devel/apr-util/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"