mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
20 lines
357 B
Makefile
20 lines
357 B
Makefile
# New ports collection makefile for: rshell
|
|
# Version required: 1.0
|
|
# Date created: 1997/06/09
|
|
# Whom: wosch
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= rshell-1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.freebsd.org/~wosch/src/
|
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
|
|
|
MAN1= rshell.1
|
|
MLINKS= rshell.1 rcopy.1
|
|
MANCOMPRESSED= maybe
|
|
|
|
.include <bsd.port.mk>
|