summaryrefslogtreecommitdiff
path: root/shells/dash/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2009-07-26 21:27:49 +0000
committerrillig <rillig@pkgsrc.org>2009-07-26 21:27:49 +0000
commit80ef5379a5cfd75aaa7abe6673bc423ab38fc83f (patch)
tree230fc8b2c0efa73f00223b47185e7f718ab82f96 /shells/dash/Makefile
parent9a79d06397005ae86763101fbdb12d4bc90c8a64 (diff)
downloadpkgsrc-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/Makefile17
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"