summaryrefslogtreecommitdiffstats
path: root/databases/akonadi-google/Makefile
blob: 27a39550a600d522fae18134b53a5232d95934bc (plain)
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
26
27
28
29
30
31
32
33
34
35
# New ports collection Makefile for:	akonadi-google
# Date created:				10 April 2012
# Whom:					Alberto Villa <avilla@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	akonadi-google
PORTVERSION=	0.3.1
PORTREVISION=	1
CATEGORIES=	databases kde
MASTER_SITES=	http://www.progdan.cz/wp-content/uploads/
DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	avilla@FreeBSD.org
COMMENT=	Akonadi resources for accessing Google services

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	qjson.0:${PORTSDIR}/devel/qjson
BUILD_DEPENDS=	xsltproc:${PORTSDIR}/textproc/libxslt

USE_KDE4=	kdehier kdelibs kdeprefix pimlibs automoc4
USE_QT4=	dbus gui network webkit xml \
		moc_build qmake_build rcc_build uic_build
USE_CMAKE=	yes
MAKE_JOBS_SAFE=	yes
USE_LDCONFIG=	yes

pre-configure:
	${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \
		${WRKSRC}/libkgoogle/CMakeLists.txt

.include <bsd.port.mk>
OpenPOWER on IntegriCloud