mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
c3b85bf3d4
Trim headers Convert emu to USES=display Remove indefinite article
25 lines
469 B
Makefile
25 lines
469 B
Makefile
# Created by: KIMURA Yasuhiro <yasu@utahime.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xrsh
|
|
PORTVERSION= 5.92
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://jjd.com/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .shar
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Launcher which starts an X program on a remote machine
|
|
|
|
USES= imake
|
|
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>
|