diff options
author | rillig <rillig@pkgsrc.org> | 2009-07-26 21:27:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-07-26 21:27:49 +0000 |
commit | 80ef5379a5cfd75aaa7abe6673bc423ab38fc83f (patch) | |
tree | 230fc8b2c0efa73f00223b47185e7f718ab82f96 /shells/dash/Makefile | |
parent | 9a79d06397005ae86763101fbdb12d4bc90c8a64 (diff) | |
download | pkgsrc-80ef5379a5cfd75aaa7abe6673bc423ab38fc83f.tar.gz |
Imported dash from pkgsrc-wip.
Debian Almquist shell. A small POSIX-compliant shell that is faster than bash.
Packaged by christtrekker@users.sourceforge.net.
Diffstat (limited to 'shells/dash/Makefile')
-rw-r--r-- | shells/dash/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile new file mode 100644 index 00000000000..53c8f7ff2c9 --- /dev/null +++ b/shells/dash/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/26 21:27:49 rillig Exp $ +# + +DISTNAME= dash-0.5.5.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 + +.include "../../mk/bsd.pkg.mk" |