mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
24 lines
468 B
Makefile
24 lines
468 B
Makefile
# Created by: erich@rrnet.com
|
|
|
|
PORTNAME= es
|
|
PORTVERSION= 0.9.b1
|
|
PORTREVISION= 6
|
|
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>
|