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

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

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

PR:		201980
2015-08-05 19:13:24 +00:00

52 lines
1.4 KiB
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-contacts
PORTVERSION= 3.16.2
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 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>