mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
7a9a65392e
PR: ports/152499 Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no>
27 lines
524 B
Makefile
27 lines
524 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
|
|
CFLAGS:= ${CFLAGS:N-O*}
|
|
|
|
ALL_TARGET= es
|
|
MAN1= es.1
|
|
PLIST_FILES= bin/es
|
|
|
|
.include <bsd.port.mk>
|