Ticket #2429: Portfile

File Portfile, 893 bytes (added by waqar@…, 20 years ago)

Portfile

Line 
1# $Id: Portfile,v 1.4 2004/03/21 19:47:12 waqar Exp $
2
3PortSystem 1.0
4name            bash
5version         3.0
6revision        0
7categories      shells
8maintainers     jkh@opendarwin.org waqar@opendarwin.org
9description     Bash (bourne-again shell) is a UNIX command interpreter
10long_description        \
11        Bash is an sh-compatible shell that incorporates useful         \
12        features from the Korn shell (ksh) and C shell (csh). It is     \
13        intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell  \
14        and Tools standard. It offers functional improvements over sh   \
15        for both programming and interactive use. In addition, most     \
16        sh scripts can be run by Bash without modification.
17homepage        http://www.gnu.org/software/bash/bash.html
18platforms       darwin freebsd
19master_sites    gnu
20checksums \
21        ${name}-${version}${extract.suffix} md5 26c4d642e29b3533d8d754995bc277b3
22configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info