20 lines
385 B
Makefile
20 lines
385 B
Makefile
# New ports collection makefile for: rshell
|
|
# Date created: 1997/06/09
|
|
# Whom: 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
|
|
|
|
.include <bsd.port.mk>
|