445013e6e3
Too many changes to copy here, previous package was 2 years old, please review the Changelog file.
18 lines
472 B
Makefile
18 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/02/23 01:58:41 xtraeme Exp $
|
|
# FreeBSD Id: ports/shells/osh/Makefile,v 1.3 2002/01/29 11:58:43 knu Exp
|
|
|
|
DISTNAME= osh-040216
|
|
CATEGORIES= shells
|
|
MASTER_SITES= http://jneitzel.sdf1.org/osh/src/
|
|
|
|
HOMEPAGE= http://jneitzel.sdf1.org/osh/
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Implementation of the UNIX 6th Edition shell
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGINSTALL= yes
|
|
PKG_SHELL= ${PREFIX}/bin/osh
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|