# -*- 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

PortSystem          1.0
PortGroup           gitlab 1.0

name                xfsinfo
gitlab.instance     https://gitlab.freedesktop.org/xorg
gitlab.setup        app ${name} 1.0.7 ${name}-
revision            0
categories          x11 graphics
license             X11
maintainers         {jeremyhu @jeremyhu} openmaintainer
description         X11 font server information utility
long_description    ${name} is a utility for displaying information about an X font server. \
                    It is used to examine the capabilities of a server, the predefined values \
                    for various parameters used in communicating between clients and the server, \
                    and the font catalogues and alternate servers that are available.

homepage            https://www.x.org
use_bzip2           yes

checksums           rmd160  71491080eedf7bbd4c5e1843e33b5bf6637968f6 \
                    sha256  99962f8037024eaff1b5b1ae18fce3e632e7f93bac786b75bff5b8bfc43da49d \
                    size    7082

use_autoreconf      yes

depends_build-append \
                    path:bin/pkg-config:pkgconfig \
                    port:xorg-util-macros

depends_lib         port:xorg-libFS \
                    port:xorg-libX11
