15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
19 lines
521 B
Makefile
19 lines
521 B
Makefile
# Created by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= akonadi-googledata
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://libgcal.googlecode.com/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Akonadi Resources for Google Contacts and Calendar
|
|
|
|
LIB_DEPENDS= libgcal.so:${PORTSDIR}/deskutils/libgcal
|
|
|
|
USES= cmake gettext tar:bzip2
|
|
USE_QT4= qmake_build rcc_build moc_build uic_build dbus
|
|
USE_KDE4= kdelibs kdeprefix pimlibs automoc4 akonadi
|
|
|
|
.include <bsd.port.mk>
|