# $Id: Portfile 55241 2009-08-07 21:23:19Z ryandesign@macports.org $

PortSystem	 1.0

name         qiv
version      2.0
categories   graphics
platforms    darwin
maintainers  hilaiel.com:lloyd
description  A very small and pretty fast gdk/Imlib image viewer
long_description A very small and pretty fast gdk/Imlib image viewer \
                 for X.
homepage     http://www.klografx.net/qiv/
master_sites http://www.klografx.net/qiv/download/
distfiles    ${name}-${version}-src.tgz
checksums    md5 165d0c2f264718821f94732196b7f9e1

depends_lib  port:imlib

use_configure    no

patchfiles   patch-Makefile.diff

post-patch {
    reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/Makefile
}
