1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/x11vnc/Makefile
Jeremy Messenger ea45f63c5c x11vnc is a VNC server for real X displays. VNC (Virtual Network Computing)
is a very useful network graphics protocol which allows multiple simple
remote viewers to watch and control a single desktop.  x11vnc differs from
traditional UNIX VNC servers in that it is accessing a real X displays that
may already be in progress rather than creating it's own X server for clients
to connect to.

WWW: http://www.karlrunge.com/x11vnc/

PR:		ports/81995
Submitted by:	Loren M. Lang <lorenl@alzatex.com>
2005-06-14 18:04:35 +00:00

42 lines
879 B
Makefile

# New ports collection makefile for: x11vnc
# Date created: 7 June 2005
# Whom: Loren M. Lang
#
# $FreeBSD$
#
PORTNAME= x11vnc
PORTVERSION= 0.7.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=libvncserver
MAINTAINER= lorenl@alzatex.com
COMMENT= VNC server for use with real X displays
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
USE_GNOME= gnometarget
USE_X_PREFIX= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= x11vnc.1
DOCS= AUTHORS COPYING ChangeLog NEWS README README.LibVNCServer TODO
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
.ifndef (NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>