openbsd-ports/x11/gnome/vino/Makefile

55 lines
1.4 KiB
Makefile
Raw Normal View History

2012-03-29 03:17:06 -04:00
# $OpenBSD: Makefile,v 1.42 2012/03/29 07:17:06 ajacoutot 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-03-29 03:17:06 -04:00
GNOME_VERSION= 3.4.0
2011-09-12 03:28:52 -04:00
2009-10-14 07:25:32 -04:00
CATEGORIES= net
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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
WANTLIB += atk-1.0 avahi-client avahi-common avahi-glib c cairo
2011-09-28 03:07:11 -04:00
WANTLIB += cairo-gobject dbus-1 dbus-glib-1 drm expat ffi fontconfig
2011-09-12 03:28:52 -04:00
WANTLIB += freetype gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gmp gnome-keyring gnutls gobject-2.0 gpg-error
WANTLIB += gthread-2.0 gtk-3 hogweed jpeg m nettle notify p11-kit
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread pthread-stubs 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 \
x11/gnome/libgnome-keyring \
x11/gtk+3
2009-10-14 07:25:32 -04:00
2011-09-26 13:32:12 -04:00
MODGNOME_DESKTOP_FILE= Yes
2011-09-20 16:52:45 -04:00
MODGNOME_TOOLS= yelp
CONFIGURE_ARGS= --with-gnome-keyring \
2011-09-12 03:28:52 -04:00
--with-avahi \
2009-10-14 07:25:32 -04:00
--enable-http-server=no \
2011-09-12 03:28:52 -04:00
--with-libnotify \
--with-telepathy \
2009-10-14 07:25:32 -04:00
--disable-ipv6
2011-09-26 13:32:12 -04:00
MODGNOME_CPPFLAGS= -I${X11BASE}/include
2009-10-14 07:25:32 -04:00
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/vino
.include <bsd.port.mk>