# -*- 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        astrand xclip 0.13
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
categories          x11
license             GPL-2
maintainers         nomaintainer
description         Command line interface to the X11 clipboard
long_description    {*}${description}

checksums           rmd160  2468886a6ef1255d79948c7d4e48eec82c2c15b9 \
                    sha256  680af217983d53f6c9f6e235fcd746bd363e37b223193683f6782c4b05f1b47c \
                    size    30470

depends_lib         port:libiconv \
                    port:xorg-libice \
                    port:xorg-libX11 \
                    port:xorg-libXmu \
                    port:xorg-libXt

use_autoreconf      yes
autoreconf.args     -fvi
