# $Id: Portfile 56061 2009-08-24 00:33:19Z ryandesign@macports.org $

PortSystem 1.0
name			euchre
version			0.7c
categories		games x11
platforms		darwin
maintainers		gmail.com:abender
description		euchre, a common card game
long_description	Implementation of the card game euchre in C++ with GUI in \
			GTK.
homepage		http://www.cs.umd.edu/~bender/
master_sites    http://www.cs.umd.edu/~bender/
checksums	md5 93667d371b037e897b05a0000b5bf094

depends_lib   port:gtk1 port:gettext port:glib1

worksrcdir		${name}-0.7

post-destroot {
	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} README NEWS AUTHORS TODO COPYING \
		${destroot}${prefix}/share/doc/${name}
}

