2012-01-22 20:12:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libcmis
|
2013-08-22 22:36:52 +02:00
|
|
|
PORTVERSION= 0.4.1
|
2014-02-07 12:44:08 +01:00
|
|
|
PORTREVISION= 1
|
2012-01-22 20:12:56 +01:00
|
|
|
CATEGORIES= net devel
|
|
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
|
|
COMMENT= Client library for the CMIS interface
|
|
|
|
|
2012-01-23 08:25:11 +01:00
|
|
|
LICENSE= LGPL20 MPL GPLv2
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2013-12-14 02:13:39 +01:00
|
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
2012-01-22 20:12:56 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \
|
|
|
|
${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-03-10 00:29:17 +01:00
|
|
|
USE_GNOME= libxml2
|
2012-01-22 20:12:56 +01:00
|
|
|
USE_LDCONFIG= yes
|
2013-08-22 22:36:52 +02:00
|
|
|
USES= gmake pathfix pkgconfig
|
2012-01-22 20:12:56 +01:00
|
|
|
|
2013-02-13 00:33:20 +01:00
|
|
|
CONFIGURE_ARGS= --disable-werror --with-boost=${LOCALBASE} --without-man
|
2013-08-22 22:36:52 +02:00
|
|
|
PLIST_SUB= MAJVER=${PORTVERSION:R}
|
2013-02-05 08:35:44 +01:00
|
|
|
|
|
|
|
post-patch:
|
2013-02-13 00:33:20 +01:00
|
|
|
@${REINPLACE_CMD} -e "s|@WITH_LIBCMIS_MAN_FALSE@|#|g" \
|
|
|
|
${WRKSRC}/Makefile.in
|
2013-02-05 08:35:44 +01:00
|
|
|
|
2013-02-13 00:33:20 +01:00
|
|
|
.include <bsd.port.mk>
|