blob: 16b9fad62dc4ec45e3c45488b639cdaac533a8ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: rc
# Version required: 1.5b1
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.5 1998/11/21 17:18:16 steve Exp $
#
DISTNAME= rc-1.5betadev-1
PKGNAME= rc-1.5b1
CATEGORIES= shells plan9
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/
MAINTAINER= erich@FreeBSD.org
NO_WRKSUBDIR= yes
MAN1= history.1 rc.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
|