84 lines
2.8 KiB
Makefile
84 lines
2.8 KiB
Makefile
# $OpenBSD: Makefile,v 1.160 2014/08/21 12:27:51 jasper Exp $
|
|
|
|
COMMENT= Telepathy based messenger for GNOME
|
|
|
|
GNOME_PROJECT= empathy
|
|
GNOME_VERSION= 3.12.5
|
|
SUBST_VARS= GNOME_VERSION
|
|
|
|
CATEGORIES= net
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += EGL FLAC GL ICE SM X11 X11-xcb Xau Xcomposite Xcursor
|
|
WANTLIB += Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender
|
|
WANTLIB += Xt Xtst atk-1.0 atk-bridge-2.0 atspi c cairo cairo-gobject
|
|
WANTLIB += canberra canberra-gtk3 champlain-0.12 champlain-gtk-0.12
|
|
WANTLIB += clutter-1.0 clutter-gst-2.0 clutter-gtk-1.0 cogl cogl-pango
|
|
WANTLIB += dbus-1 dbus-glib-1 enchant execinfo expat farstream-0.2
|
|
WANTLIB += ffi folks folks-telepathy fontconfig freetype gck-1
|
|
WANTLIB += gcr-3 gcr-base-3 gcrypt gdbm gdk-3 gdk_pixbuf-2.0 gee-0.8
|
|
WANTLIB += geoclue geocode-glib gio-2.0 glib-2.0 gmodule-2.0 gmp
|
|
WANTLIB += gnutls goa-1.0 gobject-2.0 gpg-error graphite2 gstapp-1.0
|
|
WANTLIB += gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstpbutils-1.0
|
|
WANTLIB += gstreamer-1.0 gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-3
|
|
WANTLIB += harfbuzz harfbuzz-icu hogweed icudata icui18n icuuc
|
|
WANTLIB += javascriptcoregtk-3.0 jpeg json-c json-glib-1.0 ltdl
|
|
WANTLIB += m mission-control-plugins nettle notify cogl-path
|
|
WANTLIB += ogg orc-0.4 p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
WANTLIB += pcre pixman-1 png pthread pthread-stubs pulse pulse-mainloop-glib
|
|
WANTLIB += secret-1 sndfile soup-2.4 sqlite3 stdc++
|
|
WANTLIB += tasn1 telepathy-farstream telepathy-glib telepathy-logger
|
|
WANTLIB += vorbis vorbisenc vorbisfile webkitgtk-3.0 webp xcb
|
|
WANTLIB += xcb-render xcb-shm xml2 xslt z zeitgeist-2.0
|
|
|
|
MODULES= devel/dconf \
|
|
devel/gettext \
|
|
lang/python \
|
|
x11/gnome
|
|
|
|
MODPY_RUNDEP= No
|
|
|
|
BUILD_DEPENDS= devel/gsettings-desktop-schemas \
|
|
devel/iso-codes
|
|
|
|
LIB_DEPENDS= audio/libcanberra,-gtk3 \
|
|
audio/pulseaudio \
|
|
devel/libnotify \
|
|
geo/geocode-glib \
|
|
geo/libchamplain \
|
|
graphics/clutter/clutter-gst \
|
|
net/telepathy/folks \
|
|
net/telepathy/telepathy-farstream \
|
|
net/telepathy/telepathy-logger \
|
|
net/telepathy/telepathy-mission-control \
|
|
textproc/enchant \
|
|
x11/gnome/gcr \
|
|
x11/gnome/online-accounts
|
|
|
|
RUN_DEPENDS= devel/gsettings-desktop-schemas \
|
|
devel/iso-codes \
|
|
net/telepathy/telepathy-gabble \
|
|
net/telepathy/telepathy-idle \
|
|
net/telepathy/telepathy-salut \
|
|
x11/gnome/contacts
|
|
|
|
# libempathy-gtk/empathy-geoclue-helper.c
|
|
BUILD_DEPENDS += geo/geoclue2
|
|
RUN_DEPENDS += geo/geoclue2
|
|
|
|
# gst-pulse (src/empathy-audio-sink.c)
|
|
RUN_DEPENDS += multimedia/gstreamer1/plugins-good,-pulse
|
|
|
|
MODGNOME_TOOLS += desktop-file-utils gtk-update-icon-cache yelp
|
|
CONFIGURE_ARGS= --disable-gudev
|
|
|
|
# needs signond, libsignon-glib -- Ubuntu/Meego
|
|
CONFIGURE_ARGS += --disable-ubuntu-online-accounts
|
|
|
|
post-install:
|
|
rm ${PREFIX}/lib/mission-control-plugins.0/*.{a,la}
|
|
|
|
.include <bsd.port.mk>
|