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

name                gtk-chtheme
version             0.3.1
revision            4
checksums           rmd160  5d080e905fc5d60c085e8c46d9338ddad805f38c \
                    sha256  26f4b6dd60c220d20d612ca840b6beb18b59d139078be72c7b1efefc447df844 \
                    size    18205

categories          x11
maintainers         gmail.com:alexandernx
license             GPL-2+

description         gtk-2 theme switcher
long_description    Simple and tiny GTK-2 theme switcher. \
                    If you don't need full gnome and don't like \
                    changing .rc files by hand, use this app.

homepage            http://plasmasturm.org/code/gtk-chtheme/
master_sites        ${homepage}
use_bzip2           yes

depends_build       path:bin/pkg-config:pkgconfig

depends_lib         path:lib/pkgconfig/gtk+-2.0.pc:gtk2

patchfiles          Makefile.patch \
                    patch-gtk-2.20.diff \
                    patch-gtk-2.24.diff

makefile.override-append \
                    ${makefile.prefix_name}
