dbbfc7889a
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
21 lines
554 B
Makefile
21 lines
554 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
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
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>
|