mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add tsclient, a GNOME 2 frontend to rdesktop.
PR: 48823 Submitted by: Koop Mast <einekoai@chello.nl>
This commit is contained in:
parent
12368b9d5c
commit
09a79f3d4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76719
@ -625,6 +625,7 @@
|
||||
SUBDIR += tramp
|
||||
SUBDIR += tramp-emacs20
|
||||
SUBDIR += tridiavnc
|
||||
SUBDIR += tsclient
|
||||
SUBDIR += ttcp
|
||||
SUBDIR += ttt
|
||||
SUBDIR += tund
|
||||
|
30
net/tsclient/Makefile
Normal file
30
net/tsclient/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: tsclient
|
||||
# Date created: 01 Mar 2003
|
||||
# Whom: Koop Mast <einekoai@chello.nl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tsclient
|
||||
PORTVERSION= 0.104
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= http://www.gnomepro.com/tsclient/
|
||||
|
||||
MAINTAINER= einekoai@chello.nl
|
||||
COMMENT= A GNOME 2 frontend for rdesktop
|
||||
|
||||
LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel
|
||||
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomeprefix gnomehack
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
@${LN} -sf ${PREFIX}/share/gnome/pixmaps/tsclient/tsclient.png \
|
||||
${PREFIX}/share/gnome/pixmaps/tsclient.png
|
||||
.include <bsd.port.mk>
|
1
net/tsclient/distinfo
Normal file
1
net/tsclient/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tsclient-0.104.tar.gz) = 6d54922fe52e64b164694c1e7d90b496
|
3
net/tsclient/pkg-descr
Normal file
3
net/tsclient/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Tsclient is a GNOME 2 frontend for rdesktop.
|
||||
|
||||
WWW: http://www.gnomepro.com/tsclient/
|
26
net/tsclient/pkg-plist
Normal file
26
net/tsclient/pkg-plist
Normal file
@ -0,0 +1,26 @@
|
||||
bin/tsclient
|
||||
libdata/bonobo/servers/GNOME_TSClientApplet.server
|
||||
libexec/tsclient-applet
|
||||
share/gnome/apps/Internet/tsclient.desktop
|
||||
share/gnome/pixmaps/tsclient.png
|
||||
share/gnome/pixmaps/tsclient/banner.png
|
||||
share/gnome/pixmaps/tsclient/colors-hi.png
|
||||
share/gnome/pixmaps/tsclient/colors-lo.png
|
||||
share/gnome/pixmaps/tsclient/colors.png
|
||||
share/gnome/pixmaps/tsclient/computer.png
|
||||
share/gnome/pixmaps/tsclient/devices.png
|
||||
share/gnome/pixmaps/tsclient/directory.png
|
||||
share/gnome/pixmaps/tsclient/folder.png
|
||||
share/gnome/pixmaps/tsclient/keyboard.png
|
||||
share/gnome/pixmaps/tsclient/perform.png
|
||||
share/gnome/pixmaps/tsclient/program.png
|
||||
share/gnome/pixmaps/tsclient/size.png
|
||||
share/gnome/pixmaps/tsclient/sound.png
|
||||
share/gnome/pixmaps/tsclient/tsclient.png
|
||||
share/locale/da_DK/LC_MESSAGES/tsclient.mo
|
||||
share/locale/es/LC_MESSAGES/tsclient.mo
|
||||
share/locale/fi/LC_MESSAGES/tsclient.mo
|
||||
share/locale/fr/LC_MESSAGES/tsclient.mo
|
||||
share/locale/gr/LC_MESSAGES/tsclient.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/tsclient.mo
|
||||
@dirrm share/gnome/pixmaps/tsclient/
|
Loading…
Reference in New Issue
Block a user