1999-06-25 21:42:50 +00:00
|
|
|
# New ports collection makefile for: rc
|
|
|
|
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
|
|
|
# Whom: erich@rrnet.com
|
1995-08-14 04:08:02 +00:00
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1995-08-14 04:08:02 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= rc
|
2006-01-16 22:25:17 +00:00
|
|
|
PORTVERSION= 1.7.1
|
1999-01-09 03:19:49 +00:00
|
|
|
CATEGORIES= shells plan9
|
2006-06-08 01:52:27 +00:00
|
|
|
MASTER_SITES= ftp://rc.quanstro.net/pub/ \
|
|
|
|
ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
|
1995-10-28 20:35:56 +00:00
|
|
|
|
2006-09-05 09:04:21 +00:00
|
|
|
MAINTAINER= quanstro@quanstro.net
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= A unix incarnation of the plan9 shell
|
1995-10-28 20:35:56 +00:00
|
|
|
|
2006-06-08 01:52:27 +00:00
|
|
|
USE_BZIP2= YES
|
2004-04-02 06:09:43 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-history
|
|
|
|
MAN1= history.1 rc.1
|
|
|
|
|
2006-06-08 01:52:27 +00:00
|
|
|
|
|
|
|
OPTIONS= READLINE "Build readline support" off
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_READLINE)
|
2003-03-30 04:43:13 +00:00
|
|
|
CONFIGURE_ARGS+= --with-readline
|
2006-06-08 01:52:27 +00:00
|
|
|
.else
|
2003-03-30 04:43:13 +00:00
|
|
|
MAKE_ARGS+= CFLAGS="$(CFLAGS) -static"
|
|
|
|
.endif
|
|
|
|
|
2006-06-08 01:52:27 +00:00
|
|
|
.include <bsd.port.post.mk>
|