Ticket #17342: Portfile

File Portfile, 1.0 KB (added by jan+mp@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem      1.0
4
5name            osh
6version         20081122
7categories      shells
8maintainers     v6shell.org:jan+mp
9description     Ports of the Sixth Edition (V6) UNIX Thompson shell
10long_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.
16homepage        http://v6shell.org/
17platforms       darwin
18master_sites    http://v6shell.org/src/
19
20checksums       md5 6f3bdb83037bf3fa39c81ece40fe5417 \
21                sha1 e0caff3904e253aa76836eb12f36915e08298080 \
22                rmd160 ca055f45178109ff8a71912451bb5697468d9fbb
23
24configure.cmd           ${build.cmd}
25configure.pre_args      ${build.target} PREFIX=${prefix}
26
27# NOTE: INSTALL=... can be removed after MacPorts 1.7 is released.
28destroot.args           PREFIX=${prefix} MANDIR=${prefix}/share/man/man1 \
29                        INSTALL=${configure.install}
30
31variant universal {
32        configure.args  CFLAGS="${configure.universal_cflags}" \
33                        LDFLAGS="${configure.universal_ldflags}"
34}