openbsd-ports/x11/gnome/vino/Makefile

46 lines
1.3 KiB
Makefile
Raw Normal View History

2013-04-01 09:50:42 -04:00
# $OpenBSD: Makefile,v 1.53 2013/04/01 13:50:42 ajacoutot Exp $
2013-04-01 09:50:42 -04:00
COMMENT= GNOME desktop sharing server
2013-04-01 09:50:42 -04:00
GNOME_PROJECT= vino
GNOME_VERSION= 3.8.0
REVISION= 0
2011-09-12 03:28:52 -04:00
2013-04-01 09:50:42 -04:00
CATEGORIES= net
2013-04-01 09:50:42 -04:00
HOMEPAGE= https://live.gnome.org/Vino
2012-03-30 10:09:59 -04:00
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
2013-03-30 03:16:07 -04:00
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender Xtst atk-1.0 atk-bridge-2.0
WANTLIB += atspi avahi-client avahi-common avahi-glib c cairo
WANTLIB += cairo-gobject dbus-1 dbus-glib-1 expat ffi fontconfig
WANTLIB += freetype gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gmp gnutls gobject-2.0 gpg-error graphite2
WANTLIB += gthread-2.0 gtk-3 harfbuzz hogweed icudata icule icuuc
WANTLIB += jpeg m nettle notify p11-kit pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += secret-1 soup-2.4 sqlite3 tasn1 telepathy-glib xcb
WANTLIB += xcb-render xcb-shm xml2 z
2011-09-28 03:07:11 -04:00
2013-04-01 09:50:42 -04:00
MODULES= devel/dconf \
devel/gettext \
x11/gnome
2009-10-14 07:25:32 -04:00
2013-04-01 09:50:42 -04:00
LIB_DEPENDS= devel/libnotify \
devel/libsoup \
net/avahi \
net/telepathy/telepathy-glib \
security/gnutls \
x11/gnome/libsecret \
x11/gtk+3
2009-10-14 07:25:32 -04:00
2011-09-26 13:32:12 -04:00
MODGNOME_DESKTOP_FILE= Yes
MODGNOME_CPPFLAGS= -I${X11BASE}/include
2009-10-14 07:25:32 -04:00
2013-04-01 09:50:42 -04:00
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/vino
.include <bsd.port.mk>