Commits
Marcus Calhoun-Lopez authored 71c0a3b8115
1 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 |
2 2 | PortSystem 1.0 |
3 + | PortGroup active_variants 1.1 |
3 4 | |
4 5 | name blt |
5 6 | version 2.4z |
6 7 | revision 5 |
7 8 | categories x11 |
8 9 | license MIT |
9 10 | maintainers nomaintainer |
10 11 | description BLT is an extension to the Tk toolkit, adding new widgets, \ |
11 12 | geometry managers, and miscellaneous commands. |
12 13 | long_description ${description} |
18 19 | distname BLT${version} |
19 20 | worksrcdir blt${version} |
20 21 | checksums rmd160 d54d9fdb6c61391c191afab4701716d18a3d928b \ |
21 22 | sha256 6de705eccf2ec676b4071b74ec9e211c590477fadf6f05566cfd8ed6a03c60da \ |
22 23 | size 2200973 |
23 24 | |
24 25 | depends_build port:xorg-libX11 \ |
25 26 | port:tcl \ |
26 27 | port:tk |
27 28 | |
29 + | require_active_variants tk x11 |
30 + | |
28 31 | use_parallel_build no |
29 32 | |
30 33 | configure.optflags -O3 |
31 34 | configure.cflags-append -fno-common -DUSE_INTERP_RESULT |
32 35 | |
33 36 | configure.args --exec_prefix=${prefix} \ |
34 37 | --bindir=${prefix}/bin \ |
35 38 | --includedir=${prefix}/include \ |
36 39 | --libdir=${prefix}/lib \ |
37 40 | --mandir=${prefix}/share/man \ |