52 lines
1.4 KiB
Makefile
52 lines
1.4 KiB
Makefile
# $OpenBSD: Makefile,v 1.56 2016/08/20 13:01:45 ajacoutot Exp $
|
|
|
|
COMMENT= VNC viewer widget for GTK
|
|
|
|
GNOME_PROJECT= gtk-vnc
|
|
GNOME_VERSION= 0.6.0
|
|
|
|
PKGNAME= ${DISTNAME}
|
|
|
|
SHARED_LIBS += gvnc-1.0 0.1 # 0.1
|
|
SHARED_LIBS += gtk-vnc-2.0 0.1 # 0.2
|
|
|
|
CATEGORIES= x11 net
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
|
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
|
|
WANTLIB += c cairo cairo-gobject dbus-1 epoxy 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 iconv idn intl m
|
|
WANTLIB += nettle p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
WANTLIB += pcre pixman-1 png pthread pthread-stubs sasl2 tasn1
|
|
WANTLIB += xcb xcb-render xcb-shm z
|
|
|
|
MODULES= x11/gnome
|
|
|
|
LIB_DEPENDS= security/cyrus-sasl2 \
|
|
security/gnutls \
|
|
security/libgcrypt \
|
|
x11/gtk+3
|
|
|
|
MODGNOME_TOOLS= gobject-introspection vala
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --without-examples \
|
|
--with-sasl \
|
|
--without-pulseaudio \
|
|
--without-libview
|
|
|
|
# python bindings are gtk+2 only
|
|
CONFIGURE_ARGS += --without-python
|
|
|
|
MAKE_FLAGS= NO_UNDEFINED_FLAGS=
|
|
|
|
.include <bsd.port.mk>
|