Ticket #20688: Portfile

File Portfile, 837 bytes (added by jhi, 15 years ago)

port/lang/snobol/Portfile

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                snobol
6version             4.1.2
7categories          lang
8maintainers         nomaintainer
9platforms           darwin
10homepage            http://www.snobol4.org/
11master_sites        ftp://ftp.ultimate.com/snobol
12distfiles           snobol4-1.2.tar.gz
13
14description         SNOBOL4 programming language
15
16long_description    SNOBOL4 (StriNg Oriented and symBOlic Language) is \
17                    a language for text processing, pattern matching, \
18                    and much more, first designed and implemented at \
19                    Bell Telephone Laboratories, Inc. (BTL) in the 1970's.
20
21checksums           md5 5265d1e21b8d1963e0c7fe830c3d5172 \
22                    sha1 651191778e049255886165b88b6c7c8c80ed9ae6 \
23                    rmd160 b53b6cfe985f402143b91e0c7cdd1b7316700b7e
24pre-extract {
25  # Unusual extraction directory.
26  set worksrcdir ${name}4-1.2
27}
28
29configure.args  --mandir=${prefix}/share/man
30
31
32