Portfile

# $Id: Portfile 20399 2006-11-03 02:12:19Z jberry@macports.org $
PortSystem 1.0
name geekcode
version 1.7.3
categories games
maintainers nomaintainer@macports.org
platforms darwin
description geekcode generator
long_description This program will generate a geek code block for \
you by simply choosing which codes suit you from \
the screen.
homepage http://www.gushue.net/geekcode.php
master_sites sourceforge
checksums md5 b794916a8875f71f1442f6e70432d6de
configure {}

destroot {
xinstall -m 555 ${worksrcpath}/geekcode ${destroot}${prefix}/bin
}