Pullup ticket 3636
[pkgsrcv2.git] / shells / es / Makefile
1 # $NetBSD: Makefile,v 1.22 2010/02/12 00:23:34 joerg Exp $
2
3 DISTNAME=       es-0.9-alpha1
4 PKGNAME=        es-0.9a1
5 PKGREVISION=    4
6 CATEGORIES=     shells
7 MASTER_SITES=   ftp://ftp.sys.toronto.edu/pub/es/
8
9 MAINTAINER=     pkgsrc-users@NetBSD.org
10 HOMEPAGE=       http://hawkwind.cs.toronto.edu:8001/mlists/es.html
11 COMMENT=        Extensible shell, derived from plan9's rc
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 USE_TOOLS+=     yacc
16
17 PKG_SHELL=      bin/es
18
19 SUBST_CLASSES=          path
20 SUBST_STAGE.path=       pre-configure
21 SUBST_MESSAGE.path=     Fixing path to es in scripts.
22 SUBST_FILES.path=       esdebug
23 SUBST_SED.path=         -e 's|^\#! /bin/es|\#! ${PREFIX:Q}/bin/es|'
24
25 INSTALLATION_DIRS+=     bin ${PKGMANDIR}/man1
26
27 .include "../../mk/bsd.pkg.mk"