openbsd-ports/x11/gnome/vino/Makefile

46 lines
1.3 KiB
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.51 2013/03/11 11:46:12 espie Exp $
2011-09-12 03:28:52 -04:00
COMMENT= GNOME desktop sharing server
2009-10-14 07:25:32 -04:00
GNOME_PROJECT= vino
2012-11-13 02:45:17 -05:00
GNOME_VERSION= 3.6.2
2012-11-20 03:59:30 -05:00
REVISION= 0
2011-09-12 03:28:52 -04:00
2009-10-14 07:25:32 -04:00
CATEGORIES= net
2012-03-30 10:09:59 -04:00
HOMEPAGE= https://live.gnome.org/Vino
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
2011-09-12 03:28:52 -04:00
WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xtst Xxf86vm
2012-10-17 03:11:30 -04:00
WANTLIB += atk-1.0 atk-bridge-2.0 atspi avahi-client avahi-common
WANTLIB += avahi-glib c cairo cairo-gobject dbus-1 dbus-glib-1
WANTLIB += drm expat ffi fontconfig freetype gcrypt gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0
WANTLIB += gpg-error gthread-2.0 gtk-3 harfbuzz hogweed icudata
WANTLIB += icule icuuc jpeg m nettle notify p11-kit pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += pthread-stubs secret-1 soup-2.4 stdc++ tasn1 telepathy-glib
WANTLIB += xcb xcb-render xcb-shm xml2 z
2011-09-28 03:07:11 -04:00
MODULES= devel/dconf \
devel/gettext \
x11/gnome
2009-10-14 07:25:32 -04:00
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= devel/libnotify \
devel/libsoup \
2011-09-12 03:28:52 -04:00
net/avahi \
net/telepathy/telepathy-glib \
security/gnutls \
2012-10-17 03:11:30 -04:00
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
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/vino
.include <bsd.port.mk>