blob: 6adc6768b272bb79a48e3e13e7a2f1f9fe96ae50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com>
# $FreeBSD$
PORTNAME= akonadi-googledata
PORTVERSION= 1.2.0
PORTREVISION= 6
CATEGORIES= databases
MASTER_SITES= http://libgcal.googlecode.com/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Akonadi Resources for Google Contacts and Calendar
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
LIB_DEPENDS= libgcal.so:deskutils/libgcal
USES= cmake gettext kde:4 tar:bzip2
USE_QT4= qmake_build rcc_build moc_build uic_build dbus
USE_KDE= kdelibs pimlibs automoc4 akonadi
.include <bsd.port.mk>
|