1999-06-25 23:42:50 +02:00
|
|
|
# New ports collection makefile for: rc
|
|
|
|
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
|
|
|
# Whom: erich@rrnet.com
|
1995-08-14 06:08:02 +02:00
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1995-08-14 06:08:02 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= rc
|
2003-03-30 06:43:13 +02:00
|
|
|
PORTVERSION= 1.7
|
1999-01-09 04:19:49 +01:00
|
|
|
CATEGORIES= shells plan9
|
1999-06-25 23:42:50 +02:00
|
|
|
MASTER_SITES= http://www.star.le.ac.uk/~tjg/rc/release/ \
|
|
|
|
ftp://ftp.sys.utoronto.ca/pub/rc/
|
1995-10-28 21:35:56 +01:00
|
|
|
|
1999-06-25 23:42:50 +02:00
|
|
|
MAINTAINER= saken@hotel.rmta.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A unix incarnation of the plan9 shell
|
1995-10-28 21:35:56 +01:00
|
|
|
|
2004-04-02 08:09:43 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-history
|
|
|
|
MAN1= history.1 rc.1
|
|
|
|
|
2003-03-30 06:43:13 +02:00
|
|
|
.if defined(WITH_READLINE)
|
|
|
|
CONFIGURE_ARGS+= --with-readline
|
|
|
|
.endif
|
|
|
|
.if !defined(WITH_READLINE)
|
|
|
|
MAKE_ARGS+= CFLAGS="$(CFLAGS) -static"
|
|
|
|
.endif
|
|
|
|
|
1995-08-14 06:08:02 +02:00
|
|
|
.include <bsd.port.mk>
|