Ticket #530: Portfile

File Portfile, 582 bytes (added by anselmg@…, 21 years ago)

the Portfile

Line 
1# $Id: $
2PortSystem 1.0
3name            lua
4version         5.0
5categories      lang
6maintainers     anselmg@t-online.de
7description     powerful, light-weight programming language
8long_description        Lua is a powerful, light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language.
9platforms       darwin
10homepage        http://www.lua.org
11master_sites    http://www.lua.org/ftp/
12distname        lua-${version}
13extract.sufx    .tar.gz
14checksums       md5 6f14803fad389fb1cb15d17edfeddd91
15post-patch      { reinplace s|/usr/local|${prefix}/| ${worksrcpath}/config }