blob: c454cf559bb0c50bf2c35f2ab232a90ba6998154 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.4 2003/06/02 01:16:59 jschauma Exp $
# FreeBSD Id: ports/shells/osh/Makefile,v 1.3 2002/01/29 11:58:43 knu Exp
DISTNAME= osh-020214
CATEGORIES= shells
MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/
MAINTAINER= tech-pkg@netbsd.org
COMMENT= Implementation of the UNIX 6th Edition shell
MAKEFILE= makefile
USE_PKGINSTALL= yes
PKG_SHELL= ${PREFIX}/bin/osh
.include "../../mk/bsd.pkg.mk"
|