1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/shells/es/Makefile
Pav Lucistnik 039cd321a1 - Fix runtime
PR:		ports/91540
Submitted by:	Sam Sirlin <swsirlin@earthlink.net>
Approved by:	maintainer
2006-01-10 18:45:31 +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= 4
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>