1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/databases/akonadi-googledata/Makefile
Alberto Villa 7d204cf1c4 - Update libgcal to 0.9.6.
- Update akonadi-googledata to 1.2.0.

Approved by:	Troels Kofoed Jacobsen (maintainer, implicit)
2011-03-25 09:50:14 +00:00

26 lines
622 B
Makefile

# 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.2.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
USE_KDE4= kdelibs kdeprefix pimlibs automoc4 akonadi
.include <bsd.port.mk>