freebsd-ports/shells/es/Makefile
Baptiste Daroussin 6cd7e3c7a4 desthack: stop using MANPREFIX
While here prefer share/man over man for manpages
2024-01-11 09:23:51 +01:00

21 lines
443 B
Makefile

PORTNAME= es
PORTVERSION= 0.9.b1
PORTREVISION= 7
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 share/man/man1/es.1.gz
.include <bsd.port.mk>