mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
32b38a45c4
With hat: portmgr
18 lines
305 B
Makefile
18 lines
305 B
Makefile
# Created by: wosch
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rshell
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://wolfram.schneider.org/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Front end for rsh(1) and rcp(1)
|
|
|
|
MAN1= rshell.1
|
|
MLINKS= rshell.1 rcopy.1
|
|
MANCOMPRESSED= maybe
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|