a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20311 2006-11-01 21:44:13Z blair@macports.org $
PortSystem 1.0
name imecho
version 0.1
categories graphics mail
maintainers yeled@macports.org
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
}