Ticket #54094: Portfile

File Portfile, 1003 bytes (added by mf2k (Frank Schima), 6 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
2PortSystem          1.0
3
4name                xorg-xcb-util-xrm
5PortGroup           github 1.0
6
7github.setup        Airblader xcb-util-xrm 1.3 v
8categories          x11 devel
9license             X11
10platforms           darwin macosx
11maintainers         nomaintainer
12
13description         X.org xcb-util-xrm
14long_description    Utility functions for the X resource manager
15
16checksums           rmd160  c347d73ebe0b3412c8fdc57f34e637b6d8142059 \
17                    sha256  abf69d40572dd8d538754303fc51b1d59b88a7493f07e369564f33be55e66ca9 \
18                    size    51398
19
20use_autoreconf      yes
21use_parallel_build  no
22
23configure.env-append \
24                    PKG_CONFIG=${prefix}/bin/pkg-config
25
26depends_build-append \
27                    port:libtool \
28                    port:pkgconfig
29depends_lib-append  port:xorg-xcb-util \
30                    port:xorg-xproto