mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
18 lines
449 B
Makefile
18 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/06/14 11:04:24 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= dash-0.5.8
|
|
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"
|