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

name		geekcode
version		1.7.3
revision	1
categories	games
license		GPL-2+
maintainers	nomaintainer
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
use_configure	no

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