mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
b7694df8bc
PR: 9882 Submitted by: Scott A. Kenney <saken+freebsd-ports@hotel.rmta.org>
20 lines
449 B
Makefile
20 lines
449 B
Makefile
# 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.6 1999/01/09 03:19:39 asami Exp $
|
|
#
|
|
|
|
DISTNAME= rc-1.5b2
|
|
CATEGORIES= shells plan9
|
|
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/
|
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-history
|
|
MAN1= history.1 rc.1
|
|
|
|
.include <bsd.port.mk>
|