Commits
Ryan Schmidt authored 1ca5b7c600c
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 3 | |
4 4 | name xorg-xcb-util-xrm |
5 5 | PortGroup github 1.0 |
6 6 | |
7 7 | github.setup Airblader xcb-util-xrm 1.3 v |
8 + | revision 1 |
8 9 | checksums rmd160 b5bab3c3c537256c83ebee2c12a875c7d8edebf6 \ |
9 10 | sha256 301cf33701207ea8782d49f4cb6404abd8f2d64e16f242017fd720be7c900c85 \ |
10 11 | size 327586 |
11 12 | |
12 13 | categories x11 devel |
13 14 | license X11 |
14 15 | platforms darwin macosx |
15 16 | maintainers nomaintainer |
16 17 | github.tarball_from releases |
17 18 | use_bzip2 yes |
18 19 | |
19 20 | description X.org xcb-util-xrm |
20 21 | long_description Utility functions for the X resource manager |
21 22 | |
22 23 | depends_build-append \ |
23 24 | port:pkgconfig \ |
25 + | port:xorg-libX11 \ |
26 + | port:xorg-util-macros |
27 + | |
24 28 | depends_lib-append port:xorg-libxcb \ |
25 29 | port:xorg-xcb-util |
26 30 | |
27 31 | configure.args --without-doxygen |