mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
18 lines
307 B
Makefile
18 lines
307 B
Makefile
# Created by: wosch
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rshell
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://wolfram.schneider.org/src/
|
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
|
COMMENT= A 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>
|