522bf32801
from "Gonzalo L. R." with some tweaks
53 lines
1.3 KiB
Makefile
53 lines
1.3 KiB
Makefile
# $OpenBSD: Makefile,v 1.38 2012/03/12 17:00:54 ajacoutot Exp $
|
|
|
|
COMMENT= VNC viewer widget for GTK
|
|
|
|
GNOME_PROJECT= gtk-vnc
|
|
GNOME_VERSION= 0.5.0
|
|
|
|
PKGNAME= ${DISTNAME}
|
|
|
|
SHARED_LIBS += gtk-vnc-2.0 0.0 # 0.2
|
|
SHARED_LIBS += gvnc-1.0 0.0 # 0.1
|
|
|
|
CATEGORIES= x11 net
|
|
|
|
HOMEPAGE= http://live.gnome.org/gtk-vnc
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
|
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
|
|
WANTLIB += drm expat fontconfig freetype gcrypt 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 hogweed m nettle pango-1.0 pangocairo-1.0
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
|
WANTLIB += sasl2 tasn1 xcb xcb-render xcb-shm z p11-kit
|
|
WANTLIB += cairo-gobject gdk-3 gtk-3 ffi stdc++
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
LIB_DEPENDS= security/gnutls \
|
|
security/cyrus-sasl2 \
|
|
security/libgcrypt \
|
|
x11/gtk+3
|
|
|
|
MODGNOME_TOOLS= goi vala
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --without-examples \
|
|
--with-sasl \
|
|
--without-libview \
|
|
--with-gtk=3.0
|
|
|
|
# mozilla plugin and python bindings are gtk+2 only
|
|
CONFIGURE_ARGS += --disable-plugin \
|
|
--without-python
|
|
|
|
.include <bsd.port.mk>
|