# $Id: Portfile 30230 2007-10-22 23:03:23Z jmpp@macports.org $

PortSystem          1.0
name                imecho
version             0.1
categories          graphics mail
maintainers         nomaintainer
description         command line utility to display images in an xterm
long_description    ${description} \
                    Once drawn the pictures are never refreshed, so certain \
                    operations as resizing, scrolling or partially obscuring\
                    the terminal window will clear the picture\
                    permanently. Depending on the X terminal used your\
                    mileage will vary.

platforms           darwin
master_sites        http://jrfonseca.dyndns.org/projects/old/
checksums           md5 b0282ecc0506f694b49fcfc28f00829b
depends_lib         lib:Imlib.h:imlib

use_bzip2           yes
use_configure       no
worksrcdir

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