freebsd-ports/shells/es/Makefile

25 lines
480 B
Makefile
Raw Normal View History

# New ports collection makefile for: es
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
1999-08-31 03:53:22 +02:00
# $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
2003-02-21 14:28:59 +01:00
COMMENT= An extensible shell, derived from plan9's rc
1995-10-28 21:35:56 +01:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-readline
ALL_TARGET= es
MAN1= es.1
.include <bsd.port.mk>