freebsd-ports/deskutils/gnome-contacts/Makefile
Koop Mast b93a80c992 The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
2016-02-14 18:57:53 +00:00

52 lines
1.5 KiB
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-contacts
PORTVERSION= 3.18.0
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Contacts manager for gnome
BUILD_DEPENDS= vala>=0.14.0:${PORTSDIR}/lang/vala
LIB_DEPENDS= libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \
libchamplain-0.12.so:${PORTSDIR}/graphics/libchamplain \
libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \
libgee-0.8.so:${PORTSDIR}/devel/libgee \
libfolks.so:${PORTSDIR}/net-im/folks \
libnotify.so:${PORTSDIR}/devel/libnotify
PORTSCOUT= limitw:1,even
USE_GNOME= evolutiondataserver3 gnomedesktop3 gtk30 intlhack \
introspection:build
USES= gettext gmake gnome pathfix perl5 pkgconfig tar:xz
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= XDG_CACHE_HOME=${WRKDIR}
GLIB_SCHEMAS= org.gnome.Contacts.enums.xml \
org.gnome.Contacts.gschema.xml
CHEESE_DESC= Cheese webcam support
OPTIONS_SUB= yes
OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT=MANPAGES
OPTIONS_DEFINE_i386= CHEESE
OPTIONS_DEFAULT_i386= CHEESE
OPTIONS_DEFINE_amd64= CHEESE
OPTIONS_DEFAULT_amd64= CHEESE
CHEESE_CONFIGURE_WITH= cheese
CHEESE_LIB_DEPENDS= libcheese-gtk.so:${PORTSDIR}/multimedia/cheese
MANPAGES_CONFIGURE_ENABLE= man-pages
MANPAGES_USE= GNOME=libxslt:build
MANPAGES_BUILD_DEPENDS= docbook-xml>=0:${PORTSDIR}/textproc/docbook-xml \
docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
.include <bsd.port.mk>