aboutsummaryrefslogtreecommitdiffstats
path: root/net/tsclient/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-11 03:28:34 +0800
committermarcus <marcus@FreeBSD.org>2003-11-11 03:28:34 +0800
commit2b421ac43a05af24139344012e77dc22bf899645 (patch)
tree84f46a6188e83fbc27eb24fc84df472af09e1e54 /net/tsclient/Makefile
parent0ebcf5f16facad9717529d1a37de09ec78fd35aa (diff)
downloadfreebsd-ports-gnome-2b421ac43a05af24139344012e77dc22bf899645.tar.gz
freebsd-ports-gnome-2b421ac43a05af24139344012e77dc22bf899645.tar.zst
freebsd-ports-gnome-2b421ac43a05af24139344012e77dc22bf899645.zip
* Update to 0.132
* ChangeLog available at http://www.gnomepro.com/tsclient/ * Add knobs for optional vnc and Xnest (experimental) support * Update COMMENT * Add manpage * Fix pkg-plist to shutup portlint * Update pkg-descr PR: 59146 Submitted by: maintainer
Diffstat (limited to 'net/tsclient/Makefile')
-rw-r--r--net/tsclient/Makefile27
1 files changed, 21 insertions, 6 deletions
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile
index 0ab4d6aa93c9..e31179a9eb31 100644
--- a/net/tsclient/Makefile
+++ b/net/tsclient/Makefile
@@ -6,26 +6,41 @@
#
PORTNAME= tsclient
-PORTVERSION= 0.124
-PORTREVISION= 1
+PORTVERSION= 0.132
CATEGORIES= net gnome
MASTER_SITES= http://www.gnomepro.com/tsclient/
MAINTAINER= einekoai@chello.nl
-COMMENT= A GNOME 2 frontend for rdesktop
+COMMENT= A GNOME 2 frontend for rdesktop and vncviewer
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop
+.ifdef (WITH_TIGHTVNC)
+RUN_DEPENDS+= tightvnc:${PORTSDIR}/net/tightvnc
+.endif
+
+.ifdef (WITH_XNEST)
+RUN_DEPENDS+= Xnest:${PORTSDIR}/x11-servers/XFree86-4-NestServer
+.endif
+
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnomepanel
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+MAN1= tsclient.1
+
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " set WITH_TIGHTVNC for vncviewer support"
+ @${ECHO_MSG} " set WITH_XNEST for X via Xnest support (experimental)"
+ @${ECHO_MSG} ""
+
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \
+ ${WRKSRC}/configure
post-install:
@${LN} -sf ${PREFIX}/share/gnome/pixmaps/tsclient/tsclient.png \