aboutsummaryrefslogtreecommitdiffstats
path: root/net/libcmis/Makefile
blob: 45c45a0bbf4b1bea26cf9e554aaeafc513818c88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    libcmis
# Date created:     2012-01-22
# Whom:         Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   libcmis
PORTVERSION=    0.1.0
CATEGORIES= net devel
MASTER_SITES=   SF/${PORTNAME}

MAINTAINER= office@FreeBSD.org
COMMENT=    Client library for the CMIS interface

LIB_DEPENDS=    curl.6:${PORTSDIR}/ftp/curl
BUILD_DEPENDS=  ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \
        ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs

GNU_CONFIGURE=  yes
USE_GNOME=  libxml2 gnomehack
USE_GMAKE=  yes
USE_LDCONFIG=   yes

.include <bsd.port.mk>