28e1243c45
in many years.) 2) change MAINTAINER line to myself, this is with the approval of erich@FreeBSD.org (the current maintainer) 3) update the pkg/DESCR to include a WWW line PR: 12392 Submitted by: Scott A. Kenney <saken@hotel.rmta.org>
20 lines
462 B
Makefile
20 lines
462 B
Makefile
# New ports collection makefile for: rc
|
|
# Version required: 1.6
|
|
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
|
# Whom: erich@rrnet.com
|
|
#
|
|
# $Id: Makefile,v 1.7 1999/03/15 04:34:14 steve Exp $
|
|
#
|
|
|
|
DISTNAME= rc-1.6
|
|
CATEGORIES= shells plan9
|
|
MASTER_SITES= http://www.star.le.ac.uk/~tjg/rc/release/ \
|
|
ftp://ftp.sys.utoronto.ca/pub/rc/
|
|
|
|
MAINTAINER= saken@hotel.rmta.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-history
|
|
MAN1= history.1 rc.1
|
|
|
|
.include <bsd.port.mk>
|