Add files from parent branch HEAD:
[pkgsrc.git] / shells / dash / Makefile
1 # $NetBSD: Makefile,v 1.2 2009/08/27 17:03:58 wiz Exp $
2 #
3
4 DISTNAME=       dash-0.5.5.1
5 PKGREVISION=    1
6 CATEGORIES=     shells
7 MASTER_SITES=   http://gondor.apana.org.au/~herbert/dash/files/
8
9 MAINTAINER=     pkgsrc-users@NetBSD.org
10 HOMEPAGE=       http://gondor.apana.org.au/~herbert/dash/files/
11 COMMENT=        Debian Almquist shell, POSIX-compliant shell faster than bash
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 GNU_CONFIGURE=          yes
16 USE_TOOLS+=             gmake
17 PKG_SHELL=              bin/dash
18
19 .include "../../mk/bsd.pkg.mk"