mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
c3a2647364
Since version 3.18 was introduced (Feb 2016), it's not been possible to build gnome-contacts with the CHEESE option turned off. Since it appears to be required now, remove this option and set the configuration and dependencies for cheese unconditionally. PR: 207426 Approved by: maintainer timeout (6.5 months)
65 lines
1.8 KiB
Makefile
65 lines
1.8 KiB
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-contacts
|
|
PORTVERSION= 3.18.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Contacts manager for gnome
|
|
|
|
BUILD_DEPENDS= vala>=0.14.0:lang/vala
|
|
LIB_DEPENDS= libgoa-1.0.so:net/gnome-online-accounts \
|
|
libchamplain-0.12.so:graphics/libchamplain \
|
|
libcheese-gtk.so:multimedia/cheese \
|
|
libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
|
|
libgee-0.8.so:devel/libgee \
|
|
libfolks.so:net-im/folks \
|
|
libnotify.so:devel/libnotify \
|
|
libgeocode-glib.so:net/geocode-glib \
|
|
libgstreamer-1.0.so:multimedia/gstreamer1 \
|
|
libjson-glib-1.0.so:devel/json-glib \
|
|
libdrm.so:graphics/libdrm \
|
|
libexpat.so:textproc/expat2 \
|
|
libcogl.so:graphics/cogl \
|
|
libclutter-1.0.so:graphics/clutter \
|
|
libsoup-2.4.so:devel/libsoup \
|
|
libsecret-1.so:security/libsecret \
|
|
libnspr4.so:devel/nspr \
|
|
libtelepathy-glib.so:net-im/telepathy-glib \
|
|
libglib-2.0.so:devel/glib20
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USE_XORG= x11 xcb xcomposite xdamage xext xfixes xi xrandr
|
|
USE_GNOME= cairo evolutiondataserver3 gdkpixbuf2 glib20 gnomedesktop3 \
|
|
gtk30 intlhack introspection:build
|
|
USE_GL= egl
|
|
USES= gettext gmake gnome pathfix perl5 pkgconfig sqlite tar:xz
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-cheese
|
|
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
|
|
|
|
OPTIONS_SUB= yes
|
|
OPTIONS_DEFINE= MANPAGES NLS
|
|
OPTIONS_DEFAULT=MANPAGES
|
|
|
|
MANPAGES_CONFIGURE_ENABLE= man-pages
|
|
MANPAGES_USE= GNOME=libxslt:build
|
|
MANPAGES_BUILD_DEPENDS= docbook-xml>=0:textproc/docbook-xml \
|
|
docbook-xsl>=0:textproc/docbook-xsl
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext
|
|
|
|
|
|
.include <bsd.port.mk>
|