blob: 0a79a0c10d21025dd6b5f971ae429baf5218748a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: erich@rrnet.com
# $FreeBSD$
PORTNAME= es
PORTVERSION= 0.9.b1
PORTREVISION= 4
CATEGORIES= shells
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
DISTNAME= es-0.9-beta1
MAINTAINER= ljrittle@acm.org
COMMENT= Extensible shell, derived from plan9's rc
USES= desthack readline
GNU_CONFIGURE= yes
CONFIGURE_ENV= es_cv_abused_getenv=no
CONFIGURE_ARGS= --with-readline
CFLAGS:= ${CFLAGS:N-O*}
ALL_TARGET= es
PLIST_FILES= bin/es man/man1/es.1.gz
.include <bsd.port.mk>
|