blob: b818710d26d54616e0c911f4f735a1b9887fe529 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.5 2003/07/17 22:53:23 grant 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"
|