19 lines
484 B
Makefile
19 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/08/27 17:03:58 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= dash-0.5.5.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= shells
|
|
MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
|
|
|
|
MAINTAINER= christtrekker@users.sourceforge.net
|
|
HOMEPAGE= http://gondor.apana.org.au/~herbert/dash/files/
|
|
COMMENT= Debian Almquist shell, POSIX-compliant shell faster than bash
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
PKG_SHELL= bin/dash
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|