1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net/libcmis/Makefile
Mark Linimon bd0822160f Mark as broken on sparc64: these ports fail to link with boost.
Approved by:	portmgr (sparc64 blanket)
2015-09-25 22:00:40 +00:00

34 lines
791 B
Makefile

# $FreeBSD$
PORTNAME= libcmis
PORTVERSION= 0.5.0
CATEGORIES= net devel
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Client library for the CMIS interface
LICENSE= LGPL20 MPL GPLv2
LICENSE_COMB= dual
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit \
${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs
BROKEN_sparc64= cannot link with boost
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool pathfix pkgconfig
USE_GNOME= libxml2
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-werror --with-boost=${LOCALBASE} --without-man
PLIST_SUB= MAJVER=${PORTVERSION:R}
post-patch:
@${REINPLACE_CMD} -e "s|@WITH_LIBCMIS_MAN_FALSE@|#|g" \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>