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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | |
---|
6 | github.setup xkbcommon libxkbcommon 0.7.0 xkbcommon- |
---|
7 | categories x11 |
---|
8 | platforms darwin |
---|
9 | maintainers ryandesign openmaintainer |
---|
10 | |
---|
11 | homepage https://xkbcommon.org |
---|
12 | master_sites ${homepage}/download/ |
---|
13 | use_xz yes |
---|
14 | |
---|
15 | checksums rmd160 04628f523e0280ac5e7387db65d24f56e299c26a \ |
---|
16 | sha256 09351592312d67b438655f54da5b67853026662c4a57e6be4d225f04a9989798 |
---|
17 | |
---|
18 | depends_build port:pkgconfig |
---|
19 | |
---|
20 | configure.args --disable-docs \ |
---|
21 | --disable-silent-rules \ |
---|
22 | --disable-x11 |
---|
23 | |
---|
24 | #subport ${name}-x11 { |
---|
25 | # depends_lib port:${name} \ |
---|
26 | # port:xorg-libxcb |
---|
27 | # |
---|
28 | # configure.args-replace \ |
---|
29 | # --disable-x11 --enable-x11 |
---|
30 | #} |
---|