Ticket #18945: Portfile

File Portfile, 816 bytes (added by pierreetienne.meunier@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                sl
6version             1.0.0
7categories          games
8maintainers         Pierre-Etienne Meunier
9description         The infamous sl command
10long_description    Corrects you if you type sl instead of ls
11homepage            http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html
12platforms           darwin
13master_sites        http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/sl
14
15checksums           md5 cc06b159f78f86bfd2d4e0e16330fbae \
16                    sha1 57e18b4333e05be67faff58c42a06fcbc231def9
17
18distfiles           sl.tar
19use_configure       no
20worksrcdir          sl
21
22extract.cmd         tar
23extract.pre_args    -xf
24extract.post_args   ""
25build.target        sl
26destroot.cmd        install
27destroot.target     ""
28destroot.args       sl ${destroot}${prefix}/bin/sl
29destroot.destdir    ""