17 lines
450 B
Makefile
17 lines
450 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/01/06 16:43:26 cheusov Exp $
|
|
#
|
|
|
|
DISTNAME= dash-0.5.7
|
|
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"
|