summaryrefslogtreecommitdiff
path: root/net/rshell/Makefile
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-06-22 19:16:26 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-06-22 19:16:26 +0000
commit7a879a4c743121498a111e04f6869d44ee167e58 (patch)
tree628f6a48310eee16b8b80b351341a848c405e3e0 /net/rshell/Makefile
parentThis port now works on FreeBSD 2.1.x. (diff)
rshell is front end for rsh(1) and rcp(1).
Notes
Notes: svn path=/head/; revision=7038
Diffstat (limited to 'net/rshell/Makefile')
-rw-r--r--net/rshell/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/rshell/Makefile b/net/rshell/Makefile
new file mode 100644
index 000000000000..616bb3020706
--- /dev/null
+++ b/net/rshell/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: rshell
+# Version required: 1.0
+# Date created: 1997/06/09
+# Whom: wosch
+#
+# $Id$
+
+
+DISTNAME= rshell-1.0
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/
+MAINTAINER= wosch@FreeBSD.ORG
+
+.include <bsd.port.mk>