2013-05-03 20:39:02 +00:00
|
|
|
# Created by: erich@rrnet.com
|
1995-08-14 04:08:02 +00:00
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= es
|
2000-06-04 04:37:24 +00:00
|
|
|
PORTVERSION= 0.9.b1
|
2019-04-09 14:04:49 +00:00
|
|
|
PORTREVISION= 6
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= shells
|
2000-04-21 08:19:33 +00:00
|
|
|
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
|
2000-04-09 18:34:06 +00:00
|
|
|
DISTNAME= es-0.9-beta1
|
1995-08-14 04:08:02 +00:00
|
|
|
|
2000-12-08 13:08:16 +00:00
|
|
|
MAINTAINER= ljrittle@acm.org
|
2014-03-06 17:30:00 +00:00
|
|
|
COMMENT= Extensible shell, derived from plan9's rc
|
|
|
|
|
|
|
|
USES= desthack readline
|
1995-10-28 20:35:56 +00:00
|
|
|
|
1998-06-08 13:59:35 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2013-05-03 20:39:02 +00:00
|
|
|
CONFIGURE_ENV= es_cv_abused_getenv=no
|
2002-10-12 15:36:57 +00:00
|
|
|
CONFIGURE_ARGS= --with-readline
|
2010-11-24 21:25:27 +00:00
|
|
|
CFLAGS:= ${CFLAGS:N-O*}
|
1998-06-08 13:59:35 +00:00
|
|
|
ALL_TARGET= es
|
|
|
|
|
2014-03-06 17:30:00 +00:00
|
|
|
PLIST_FILES= bin/es man/man1/es.1.gz
|
|
|
|
|
2004-03-18 12:06:59 +00:00
|
|
|
.include <bsd.port.mk>
|