manually update execinfo.mk
[dports.git] / shells / es / Makefile
1 # Created by: erich@rrnet.com
2 # $FreeBSD$
3
4 PORTNAME=       es
5 PORTVERSION=    0.9.b1
6 PORTREVISION=   4
7 CATEGORIES=     shells
8 MASTER_SITES=   ftp://ftp.sys.toronto.edu/pub/es/
9 DISTNAME=       es-0.9-beta1
10
11 MAINTAINER=     ljrittle@acm.org
12 COMMENT=        Extensible shell, derived from plan9's rc
13
14 USES=           desthack readline
15
16 GNU_CONFIGURE=  yes
17 CONFIGURE_ENV=  es_cv_abused_getenv=no
18 CONFIGURE_ARGS= --with-readline
19 CFLAGS:=        ${CFLAGS:N-O*}
20 ALL_TARGET=     es
21
22 PLIST_FILES=    bin/es man/man1/es.1.gz
23
24 .include <bsd.port.mk>