[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / libcmis

File: [cvs.NetBSD.org] / pkgsrc / net / libcmis / Makefile (download)

Revision 1.5, Wed Feb 4 17:52:26 2015 UTC (9 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.4: +2 -3 lines

Updatet to 0.5.0

Changelog:
0.5.0

  * Completely removed the dependency on InMemory server for unit tests
  * Minimized the number of HTTP requests sent by SessionFactory::createSession
  * Added Session::getBaseTypes()

# $NetBSD: Makefile,v 1.5 2015/02/04 17:52:26 ryoon Exp $

DISTNAME=	libcmis-0.5.0
CATEGORIES=	net devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=libcmis/}

MAINTAINER=	jaapb@NetBSD.org
HOMEPAGE=	http://libcmis.sourceforge.net/
COMMENT=	Client library for the CMIS interface
LICENSE=	gnu-gpl-v2 OR gnu-lgpl-v2 OR mpl-1.1

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=	--with-man=no --disable-werror
USE_LANGUAGES+=	c c++
USE_TOOLS+=	gmake pkg-config
USE_LIBTOOL=	yes

BUILDLINK_DEPMETHOD.boost-headers?=     build
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/cppunit/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"