# -*- 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
PortGroup           makefile 1.0

github.setup        jcsalterego pngpaste 0.2.3
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            1
categories          sysutils
license             BSD
maintainers         {@telotortium gmail.com:rirelan} openmaintainer
description         Paste PNG into files
long_description    {*}${description} on MacOS, much like pbpaste does for text.

checksums           rmd160  76e0c4526d0afcc7458c4a394182c2a0e23c91ff \
                    sha256  ebbe5235c373095af1f060bc561d1c91141a4d72870547685f95d1d7d94ad480 \
                    size    4163

patchfiles-append   patch-Makefile.diff

destroot            {
    xinstall -m 755 ${worksrcpath}/pngpaste ${destroot}${prefix}/bin
}
