d489a58b0f
0.5.10.2: Bug fixes.
16 lines
449 B
Makefile
16 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.13 2018/06/01 07:19:01 adam Exp $
|
|
|
|
DISTNAME= dash-0.5.10.2
|
|
CATEGORIES= shells
|
|
MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
|
|
|
|
MAINTAINER= cheusov@NetBSD.org
|
|
HOMEPAGE= http://gondor.apana.org.au/~herbert/dash/
|
|
COMMENT= Debian Almquist shell, POSIX-compliant shell faster than bash
|
|
LICENSE= modified-bsd AND gnu-gpl-v2
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
PKG_SHELL= bin/dash
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|