aboutsummaryrefslogtreecommitdiff
path: root/x11/xrsh/Makefile
blob: 767f028a4699f8a9ef26651d5de0e24543e597b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	xrsh
# Date created: 	30 May 2004
# Whom:			KIMURA Yasuhiro <yasu@utahime.org>
#
# $FreeBSD$
#

PORTNAME=	xrsh
PORTVERSION=	5.92
PORTREVISION=	1
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>