mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
b32681a60b
Submitted by: maintainer
26 lines
500 B
Makefile
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>
|