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

github.setup    ib xarchiver 0.5.4.25
revision        0
categories      x11 xfce
license         GPL-2
maintainers     nomaintainer
description     Xarchiver is a desktop-agnostic GTK frontend \
                to various command line archiving tools
long_description \
                {*}${description}
homepage        http://xarchiver.xfce.org

checksums       rmd160  f22abce52450a757f89102aee563de2dfd4fbdac \
                sha256  dfd70c9081790399c32d9d716a55060e5136ff0ad1a94a84988a55fd6f771ceb \
                size    1164484
github.tarball_from archive

depends_build   port:gettext \
                port:intltool \
                path:bin/pkg-config:pkgconfig

depends_lib     port:gettext-runtime \
                path:lib/pkgconfig/gtk+-3.0.pc:gtk3

configure.args-append \
                --disable-doc \
                --disable-gtk2 \
                --disable-plugin \
                --disable-silent-rules
