# $Id: Portfile 84512 2011-09-27 14:19:06Z snc@macports.org $
PortSystem          1.0

name                luash
version             0.9
categories          shells lua
maintainers         and.damore openmaintainer
description         shell written in Lua/C++
long_description    luash is a shell written in Lua/C++ that allow you to run command using Lua syntax
homepage  			http://luaforge.net/projects/luash/          
platforms           darwin
master_sites        http://luaforge.net/frs/download.php/4238
#this is a hack, distfile has name ending in .tar.gz but is actually a bzip2 file
use_bzip2			yes
extract.suffix		.tar.gz
checksums           md5     67bbb8985166579686361fe840e016c0 \
                    sha1    ef1d56843f19a29b96f6d5ce8f983b54074b955f \
                    rmd160  165d88850e8d068d7586f1785b36dd20c9c8ce37
patchfiles          patch-makefile.diff
worksrcdir          ${name}
use_configure		no
destroot.env-append	PREFIX=${destroot}${prefix}
