blob: c3e04d8b7356521be7369ded465761154610e387 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.14 2005/03/24 21:13:00 wiz Exp $
DISTNAME= es-0.9-alpha1
PKGNAME= es-0.9a1
PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://hawkwind.utcs.utoronto.ca:8001/mlists/es.html
COMMENT= Extensible shell, derived from plan9's rc
USE_PKGINSTALL= yes
PKG_SHELL= ${PREFIX}/bin/es
.include "../../mk/bsd.pkg.mk"
|