summaryrefslogtreecommitdiff
path: root/shells/es/Makefile
blob: ef714ff72e3e71465e01bcef0fc0f7823eb072f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: Makefile,v 1.24 2012/09/11 23:25:08 asau Exp $

DISTNAME=	es-0.9-alpha1
PKGNAME=	es-0.9a1
PKGREVISION=	4
CATEGORIES=	shells
MASTER_SITES=	ftp://ftp.sys.toronto.edu/pub/es/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://hawkwind.cs.toronto.edu:8001/mlists/es.html
COMMENT=	Extensible shell, derived from plan9's rc

USE_TOOLS+=	yacc

PKG_SHELL=	bin/es

SUBST_CLASSES=		path
SUBST_STAGE.path=	pre-configure
SUBST_MESSAGE.path=	Fixing path to es in scripts.
SUBST_FILES.path=	esdebug
SUBST_SED.path=		-e 's|^\#! /bin/es|\#! ${PREFIX:Q}/bin/es|'

INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1

.include "../../mk/bsd.pkg.mk"