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 | version 1.3 |
---|
6 | |
---|
7 | categories x11 devel |
---|
8 | license X11 |
---|
9 | platforms darwin macosx |
---|
10 | maintainers nomaintainer |
---|
11 | homepage https://github.com/Airblader/xcb-util-xrm |
---|
12 | |
---|
13 | distname xcb-util-xrm-${version} |
---|
14 | master_sites ${homepage}/releases/download/v${version}/ |
---|
15 | |
---|
16 | use_bzip2 yes |
---|
17 | |
---|
18 | description X.org xcb-util-xrm |
---|
19 | long_description Utility functions for the X resource manager |
---|
20 | |
---|
21 | checksums rmd160 b5bab3c3c537256c83ebee2c12a875c7d8edebf6 \ |
---|
22 | sha256 301cf33701207ea8782d49f4cb6404abd8f2d64e16f242017fd720be7c900c85 \ |
---|
23 | size 327586 |
---|
24 | |
---|
25 | use_parallel_build yes |
---|
26 | |
---|
27 | depends_build port:pkgconfig |
---|
28 | |
---|
29 | depends_lib-append port:xorg-xcb-util |
---|