mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
701aa3bcf8
Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
39 lines
961 B
Makefile
39 lines
961 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libcmis
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net devel
|
|
MASTER_SITES= https://github.com/tdf/libcmis/releases/download/v${PORTVERSION}/ \
|
|
https://dev-www.libreoffice.org/src/
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Client library for the CMIS interface
|
|
|
|
LICENSE= LGPL20 MPL11 GPLv2
|
|
LICENSE_COMB= dual
|
|
|
|
BROKEN_sparc64= cannot link with boost
|
|
|
|
BUILD_DEPENDS= cppunit-config:devel/cppunit \
|
|
${LOCALBASE}/lib/libboost_regex.a:devel/boost-libs
|
|
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
|
|
libcurl.so:ftp/curl
|
|
|
|
USES= compiler:c++11-lib gmake gnome libtool localbase pathfix \
|
|
pkgconfig tar:xz
|
|
USE_GNOME= libxml2
|
|
|
|
CONFIGURE_ARGS= --disable-werror --with-boost=${LOCALBASE} --without-man
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= MAJVER=${PORTVERSION:R}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|@WITH_LIBCMIS_MAN_FALSE@|#|g" \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|