dc9594e09d
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
18 lines
406 B
Makefile
18 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.14 2005/12/29 06:22:12 jlam Exp $
|
|
|
|
DISTNAME= osh-050131
|
|
PKGREVISION= 1
|
|
CATEGORIES= shells
|
|
MASTER_SITES= http://jneitzel.sdf1.org/osh/src/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://jneitzel.sdf1.org/osh/
|
|
COMMENT= Implementation of the UNIX 6th Edition shell
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PKG_SHELL= bin/osh
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|