# -*- 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                xhost
gitlab.instance     https://gitlab.freedesktop.org/xorg
gitlab.setup        app ${name} 1.0.10 ${name}-
revision            0
categories          x11
license             X11
maintainers         {jeremyhu @jeremyhu} openmaintainer
description         Server access control program for X11
long_description    The ${name} program is used to add and delete host names or user names \
                    to the list allowed to make connections to the X server.

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

checksums           rmd160  4fe15904f4a4e1da2a0219180c58bd926f4dbe11 \
                    sha256  83f95483780168ac027e91df626b52ab007e2c9a4ca69703bf3240d20c9b05ad \
                    size    13321

use_autoreconf      yes

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

depends_lib         port:gettext-runtime \
                    port:xorg-libXmu
