diff options
author | bapt <bapt@FreeBSD.org> | 2013-01-09 00:57:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-01-09 00:57:12 +0800 |
commit | 48168e4643a9f0fceb8eea1284cfd440e0b5f6ef (patch) | |
tree | 2c085139fe84838fc88195a606649fcabba839a4 | |
parent | 4de06060dbdad32795fdad37d71cb8fe331af09e (diff) | |
download | freebsd-ports-gnome-48168e4643a9f0fceb8eea1284cfd440e0b5f6ef.tar.gz freebsd-ports-gnome-48168e4643a9f0fceb8eea1284cfd440e0b5f6ef.tar.zst freebsd-ports-gnome-48168e4643a9f0fceb8eea1284cfd440e0b5f6ef.zip |
Trim headers,
Disable binary client to avoid conflict with upcoming libcmis03
-rw-r--r-- | net/libcmis/Makefile | 10 | ||||
-rw-r--r-- | net/libcmis/pkg-plist | 1 |
2 files changed, 4 insertions, 7 deletions
diff --git a/net/libcmis/Makefile b/net/libcmis/Makefile index 2ab8e64db37e..9523b27b4df8 100644 --- a/net/libcmis/Makefile +++ b/net/libcmis/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: libcmis -# Date created: 2012-01-22 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= libcmis PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= SF/${PORTNAME} @@ -16,7 +12,7 @@ COMMENT= Client library for the CMIS interface LICENSE= LGPL20 MPL GPLv2 LICENSE_COMB= dual -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl BUILD_DEPENDS= ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \ ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs @@ -25,4 +21,6 @@ USE_GNOME= libxml2 gnomehack USE_GMAKE= yes USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-client + .include <bsd.port.mk> diff --git a/net/libcmis/pkg-plist b/net/libcmis/pkg-plist index da372021a205..5d37a221b1af 100644 --- a/net/libcmis/pkg-plist +++ b/net/libcmis/pkg-plist @@ -1,4 +1,3 @@ -bin/cmis-client include/libcmis/cmis-object.hxx include/libcmis/document.hxx include/libcmis/folder.hxx |