aboutsummaryrefslogtreecommitdiffstats
path: root/databases/akonadi-googledata/Makefile
blob: e14741df9d44708cd24745c4ce3c808876f9715f (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:    akonadi-googledata
# Date created:     2009-08-16
# Whom:         Troels Kofoed Jacobsen <tkjacobsen@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   akonadi-googledata
PORTVERSION=    1.0
CATEGORIES= databases
MASTER_SITES=   http://libgcal.googlecode.com/files/

MAINTAINER= tkjacobsen@gmail.com
COMMENT=    Akonadi Resources for Google Contacts and Calendar

LIB_DEPENDS=    gcal:${PORTSDIR}/deskutils/libgcal

USE_BZIP2=  yes
USE_CMAKE=  yes
USE_GETTEXT=    yes
USE_QT_VER= 4
QT_COMPONENTS=  qmake_build rcc_build moc_build uic_build dbus gui network sql svg xml
USE_KDE4=   kdelibs kdeprefix pimlibs automoc4 akonadi

.include <bsd.port.mk>