# -*- 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                xkill
gitlab.instance     https://gitlab.freedesktop.org/xorg
gitlab.setup        app ${name} 1.0.6 ${name}-
revision            0
categories          x11
license             X11
maintainers         {jeremyhu @jeremyhu} openmaintainer
description         Kill a client by its X11 resource
long_description    ${description}

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

checksums           rmd160  69e546c3452da5dc0db459fb35ece5e5a5bf6514 \
                    sha256  4ce9f55c9273077279f1a5d355621c1f1c6708b83fcf761f5167cbe355c715a8 \
                    size    9096

use_autoreconf      yes

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

depends_lib         port:xorg-libXmu
