pkgsrc/shells/es/Makefile
2007-12-02 08:32:23 +00:00

23 lines
594 B
Makefile

# $NetBSD: Makefile,v 1.21 2007/12/02 08:32:25 rillig Exp $
DISTNAME= es-0.9-alpha1
PKGNAME= es-0.9a1
PKGREVISION= 3
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|'
.include "../../mk/bsd.pkg.mk"