freebsd-ports/databases/akonadi-googledata/Makefile
Matthias Andree 515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00

19 lines
521 B
Makefile

# Created by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com>
# $FreeBSD$
PORTNAME= akonadi-googledata
PORTVERSION= 1.2.0
PORTREVISION= 4
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>