46 lines
1.2 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.55 2013/05/31 15:35:12 ajacoutot Exp $
2013-04-01 13:50:42 +00:00
COMMENT= GNOME desktop sharing server
2013-04-01 13:50:42 +00:00
GNOME_PROJECT= vino
2013-04-16 06:17:27 +00:00
GNOME_VERSION= 3.8.1
REVISION= 0
2011-09-12 07:28:52 +00:00
2013-04-01 13:50:42 +00:00
CATEGORIES= net
2013-04-01 13:50:42 +00:00
HOMEPAGE= https://live.gnome.org/Vino
2012-03-30 14:09:59 +00:00
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
2013-03-30 07:16:07 +00: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
2013-03-30 07:16:07 +00:00
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 07:07:11 +00:00
2013-04-01 13:50:42 +00:00
MODULES= devel/dconf \
devel/gettext \
x11/gnome
2009-10-14 11:25:32 +00:00
2013-04-01 13:50:42 +00:00
LIB_DEPENDS= devel/libnotify \
devel/libsoup \
net/avahi \
net/telepathy/telepathy-glib \
security/gnutls \
x11/gnome/libsecret \
x11/gtk+3
2009-10-14 11:25:32 +00:00
2011-09-26 17:32:12 +00:00
MODGNOME_DESKTOP_FILE= Yes
MODGNOME_CPPFLAGS= -I${X11BASE}/include
2009-10-14 11:25:32 +00:00
2013-04-01 13:50:42 +00:00
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/vino
.include <bsd.port.mk>