mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
25 lines
480 B
Makefile
25 lines
480 B
Makefile
# Created by: erich@rrnet.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= es
|
|
PORTVERSION= 0.9.b1
|
|
PORTREVISION= 5
|
|
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>
|