blob: 85107ee75daffe759bc9bbb393f9e2b18dca964e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.16 2005/09/20 04:23:48 jlam Exp $
DISTNAME= es-0.9-alpha1
PKGNAME= es-0.9a1
PKGREVISION= 2
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= bin/es
.include "../../mk/bsd.pkg.mk"
|