Ticket #52955: Portfile

File Portfile, 954 bytes (added by ryandesign (Ryan Carsten Schmidt), 7 years ago)
Line 
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
3PortSystem          1.0
4PortGroup           github 1.0
5
6github.setup        xkbcommon libxkbcommon 0.7.0 xkbcommon-
7categories          x11
8platforms           darwin
9maintainers         ryandesign openmaintainer
10
11homepage            https://xkbcommon.org
12master_sites        ${homepage}/download/
13use_xz              yes
14
15checksums           rmd160  04628f523e0280ac5e7387db65d24f56e299c26a \
16                    sha256  09351592312d67b438655f54da5b67853026662c4a57e6be4d225f04a9989798
17
18depends_build       port:pkgconfig
19
20configure.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#}