freebsd-ports/shells/es/Makefile
2004-03-18 12:06:59 +00:00

26 lines
500 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= 3
CATEGORIES= shells
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
DISTNAME= es-0.9-beta1
MAINTAINER= ljrittle@acm.org
COMMENT= An extensible shell, derived from plan9's rc
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-readline
ALL_TARGET= es
MAN1= es.1
PLIST_FILES= bin/es
.include <bsd.port.mk>