mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
e427ab10bf
Approved by: portmgr (blanket)
23 lines
460 B
Makefile
23 lines
460 B
Makefile
PORTNAME= xrsh
|
|
PORTVERSION= 5.92
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://jjd.com/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .shar
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
COMMENT= Launcher which starts an X program on a remote machine
|
|
WWW= https://jjd.com/
|
|
|
|
USES= imake
|
|
NO_WRKSUBDIR= yes
|
|
EXTRACT_CMD= ${SH}
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS=
|
|
|
|
PLIST_FILES= bin/xrsh bin/xrlogin \
|
|
share/man/man1/xrsh.1.gz share/man/man1/xrlogin.1.gz
|
|
|
|
.include <bsd.port.mk>
|