Commits
Marcus Calhoun-Lopez authored 1dd5ab73d6b
1 + | #-*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
1 2 | PortSystem 1.0 |
2 3 | |
3 4 | name blt |
4 5 | version 2.4z |
5 6 | revision 5 |
6 7 | categories x11 |
7 8 | license MIT |
8 9 | maintainers nomaintainer |
9 10 | description BLT is an extension to the Tk toolkit, adding new widgets, \ |
10 11 | geometry managers, and miscellaneous commands. |
11 12 | long_description ${description} |
12 13 | |
13 14 | homepage http://blt.sourceforge.net/ |
14 15 | platforms darwin |
15 16 | |
16 17 | master_sites sourceforge |
17 18 | distname BLT${version} |
18 19 | worksrcdir blt${version} |
19 - | checksums md5 aa2ed73080f3005d9c2a3b5e57ab1eff |
20 + | checksums rmd160 d54d9fdb6c61391c191afab4701716d18a3d928b \ |
21 + | sha256 6de705eccf2ec676b4071b74ec9e211c590477fadf6f05566cfd8ed6a03c60da \ |
22 + | size 2200973 |
20 23 | |
21 24 | depends_build port:xorg-libX11 \ |
22 25 | port:tcl \ |
23 26 | port:tk |
24 27 | |
25 28 | use_parallel_build no |
26 29 | |
27 30 | configure.optflags -O3 |
28 31 | configure.cflags-append -fno-common -DUSE_INTERP_RESULT |
29 32 | |