a7e58f931d
TigerVNC is a high-performance, platform-neutral implementation of VNC (Virtual Network Computing), a client/server application that allows users to launch and interact with graphical applications on remote machines. TigerVNC provides the levels of performance necessary to run 3D and video applications, and it attempts to maintain a common look and feel and re-use components, where possible, across the various platforms that it supports. TigerVNC also provides extensions for advanced authentication methods and TLS encryption. TODO: This does not build Xvnc; thus, vncserver is not usable. vncclient and x0vncserver are, though.
30 lines
1.1 KiB
Makefile
30 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.1 2012/11/12 14:03:38 thomasklausner Exp $
|
|
|
|
DISTNAME= tigervnc-1.2.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tigervnc/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/apps/mediawiki/tigervnc/index.php?title=Main_Page
|
|
COMMENT= High-performance, platform-neutral VNC client/server
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= msgmerge perl
|
|
|
|
REPLACE_PERL+= unix/vncserver
|
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
# pkgsrc version too new: error: 'gnutls_transport_set_global_errno' was not declared in this scope
|
|
#.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXcursor/buildlink3.mk"
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
|
.include "../../x11/libXtst/buildlink3.mk"
|
|
# fltk and fltk13 are recognized, but cause compilation errors
|
|
# fltk2 is not recognized
|
|
.include "../../mk/bsd.pkg.mk"
|