1PORTNAME= es 2PORTVERSION= 0.9.2 3CATEGORIES= shells 4MASTER_SITES= https://github.com/wryun/es-shell/releases/download/v0.9.2/ 5DISTNAME= es-0.9.2 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Extensible shell, derived from plan9's rc 9WWW= http://wryun.github.io/es-shell/ 10 11LICENSE= other 12 13USES= readline 14 15GNU_CONFIGURE= yes 16CONFIGURE_ENV= es_cv_abused_getenv=no 17CONFIGURE_ARGS= --with-readline 18CFLAGS:= ${CFLAGS:N-O*} 19ALL_TARGET= es 20 21NO_WRKSUBDIR= yes 22 23.include <bsd.port.mk> 24