blob: 8416b886fdcebce7b5935a5cfa5891fe06b7a1de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.12 2003/07/17 22:53:22 grant Exp $
# FreeBSD Id: Makefile,v 1.4 1996/11/18 11:39:46 asami Exp
#
DISTNAME= es-0.9-alpha1
PKGNAME= es-0.9a1
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
MANCOMPRESSED= yes
USE_PKGINSTALL= yes
PKG_SHELL= ${PREFIX}/bin/es
.include "../../mk/bsd.pkg.mk"
|