freebsd-ports/shells/es/Makefile
Ying-Chieh Liao 7c19b9d582 fix obscure signal-handling bugs
add readline support

PR:		43945
Submitted by:	maintainer
2002-10-12 15:36:57 +00:00

23 lines
426 B
Makefile

# New ports collection makefile for: es
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
# $FreeBSD$
#
PORTNAME= es
PORTVERSION= 0.9.b1
PORTREVISION= 2
CATEGORIES= shells
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
DISTNAME= es-0.9-beta1
MAINTAINER= ljrittle@acm.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-readline
ALL_TARGET= es
MAN1= es.1
.include <bsd.port.mk>