1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name osh |
---|
6 | version 20081122 |
---|
7 | categories shells |
---|
8 | maintainers v6shell.org:jan+mp |
---|
9 | description Ports of the Sixth Edition (V6) UNIX Thompson shell |
---|
10 | long_description \ |
---|
11 | The osh package contains two ports of the original /bin/sh \ |
---|
12 | from Sixth Edition (V6) UNIX (circa 1975). Where osh is an \ |
---|
13 | enhanced port of the shell, sh6 is an unenhanced port. \ |
---|
14 | This package also includes the following external \ |
---|
15 | shell utilities: glob6, if, goto, and fd2. |
---|
16 | homepage http://v6shell.org/ |
---|
17 | platforms darwin |
---|
18 | master_sites http://v6shell.org/src/ |
---|
19 | |
---|
20 | checksums md5 6f3bdb83037bf3fa39c81ece40fe5417 \ |
---|
21 | sha1 e0caff3904e253aa76836eb12f36915e08298080 \ |
---|
22 | rmd160 ca055f45178109ff8a71912451bb5697468d9fbb |
---|
23 | |
---|
24 | configure.cmd ${build.cmd} |
---|
25 | configure.pre_args ${build.target} PREFIX=${prefix} |
---|
26 | |
---|
27 | # NOTE: INSTALL=... can be removed after MacPorts 1.7 is released. |
---|
28 | destroot.args PREFIX=${prefix} MANDIR=${prefix}/share/man/man1 \ |
---|
29 | INSTALL=${configure.install} |
---|
30 | |
---|
31 | variant universal { |
---|
32 | configure.args CFLAGS="${configure.universal_cflags}" \ |
---|
33 | LDFLAGS="${configure.universal_ldflags}" |
---|
34 | } |
---|