pkgsrc/x11/x11vnc/Makefile
obache 5958b1de54 Update x11vnc to 0.9.2.
New in the 0.9.2 x11vnc release:

        A compile-time bug is fixed for when the OpenSSL library is not
                available or --without-ssl is supplied; previously the
                build would fail.

        One can configure x11vnc via "configure --with-system-libvncserver"
                to use a system installed libvncserver library instead of
                the one bundled in the release tarball.

        If UltraVNC file transfer or chat is detected, then VNC clients
                are "pinged" more often to prevent these side channels
                from becoming serviced too infrequently.

        In -unixpw mode in the username and password dialog no text will
                be echoed if the first character sent is "Escape".  This
                enables a convenience feature in SSVNC to send the username
                and password automatically.

  miscellaneous new features and changes:

        When building from the CVS tree --with-x11vnc must be supplied if
                you want x11vnc to be built.  The LibVNCServer release
                tarball no longer contains the x11vnc source.
2007-07-11 14:40:11 +00:00

41 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2007/07/11 14:40:11 obache Exp $
#
DISTNAME= x11vnc-0.9.2
CATEGORIES= x11 net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.karlrunge.com/x11vnc/
COMMENT= VNC server for real X displays
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-system-libvncserver
PTHREAD_AUTO_VARS= yes
SUBST_CLASSES+= pthread
SUBST_STAGE.pthread= pre-configure
SUBST_FILES.pthread= configure
SUBST_SED.pthread= -e 's|-lpthread||g'
SUBST_CLASSES+= libvnc
SUBST_STAGE.libvnc= post-configure
SUBST_FILES.libvnc= Makefile
SUBST_SED.libvnc= -e 's|libvncserver||g'
SUBST_SED.libvnc+= -e 's|libvncclient||g'
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../security/openssl/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXdamage/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../net/libvncserver/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"