4ca9a20f58
Xrsh is designed to allow you to start an X client on a remote machine with the window displayed on the current server's $DISPLAY. It has many options that give you the ability to propagate environment variables (including DISPLAY) to the remote system and works with various types of X server access control including xauth and xhost. Xrlogin opens a local xterm window and runs rlogin or telnet to connect to a remote machine. PR: ports/67855 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
28 lines
525 B
Makefile
28 lines
525 B
Makefile
# New ports collection makefile for: xrsh
|
|
# Date created: 30 May 2004
|
|
# Whom: KIMURA Yasuhiro <yasu@utahime.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xrsh
|
|
PORTVERSION= 5.92
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://jjd.com/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .shar
|
|
|
|
MAINTAINER= yasu@utahime.org
|
|
COMMENT= Launcher which starts an X program on a remote machine
|
|
|
|
USE_IMAKE= yes
|
|
NO_WRKSUBDIR= yes
|
|
EXTRACT_CMD= ${SH}
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS=
|
|
MAN1= xrsh.1 xrlogin.1
|
|
|
|
PLIST_FILES= bin/xrsh bin/xrlogin
|
|
|
|
.include <bsd.port.mk>
|