17 lines
451 B
Makefile
17 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.11 2017/02/26 01:24:59 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= dash-0.5.9.1
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
PKG_SHELL= bin/dash
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|