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 | PortSystem 1.0 |
---|
3 | |
---|
4 | name xorg-xcb-util-xrm |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup Airblader xcb-util-xrm 1.3 v |
---|
8 | categories x11 devel |
---|
9 | license X11 |
---|
10 | platforms darwin macosx |
---|
11 | maintainers nomaintainer |
---|
12 | |
---|
13 | description X.org xcb-util-xrm |
---|
14 | long_description Utility functions for the X resource manager |
---|
15 | |
---|
16 | checksums rmd160 c347d73ebe0b3412c8fdc57f34e637b6d8142059 \ |
---|
17 | sha256 abf69d40572dd8d538754303fc51b1d59b88a7493f07e369564f33be55e66ca9 \ |
---|
18 | size 51398 |
---|
19 | |
---|
20 | patchfiles patch-configure.ac.diff |
---|
21 | |
---|
22 | use_autoreconf yes |
---|
23 | use_parallel_build no |
---|
24 | |
---|
25 | configure.env-append \ |
---|
26 | PKG_CONFIG=${prefix}/bin/pkg-config |
---|
27 | |
---|
28 | configure.args-append \ |
---|
29 | --disable-dependency-tracking |
---|
30 | |
---|
31 | depends_build-append \ |
---|
32 | port:pkgconfig |
---|
33 | depends_lib-append port:xorg-xcb-util \ |
---|
34 | port:xorg-xproto |
---|