Portfile

# $Id: Portfile 20295 2006-11-01 18:22:31Z blair@macports.org $

PortSystem 1.0
name euchre
version 0.7c
categories games x11
maintainers abender@gmail.com
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}
}

platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}