PortSystem          1.0

name                spacehulk
version             1.5-beta1
categories          games
license             GPL-2+
platforms           darwin
maintainers         nomaintainer
description         Space Hulk is a great board game of Games Workshop in \
                    the world of Warhammer 40000.
long_description    Space Hulk is a great board game of Games Workshop in \
                    the world of Warhammer 40000. This is a two player \
                    turn-based game where one play the 'Marine', the other \
                    play the alien called 'Genestealer'. This video game is \
                    a complete conversion of the board game with the 2nd \
                    edition rules.

homepage            http://r.vinot.free.fr/spacehulk/
master_sites        ${homepage}
checksums           md5 43eb76b5a2b59e8af2205bff145cbfb2 \
                    sha1 0202cf59805be69477b1f19e0248fff8b5da1771 \
                    rmd160 1b94dcdecc5a9d962d2f2c35b503b29cf8502b9e

depends_lib         port:qt3

configure.args      --with-qt-dir=${prefix}/lib/qt3 \
                    --with-extra-includes=${prefix}/include \
                    --with-extra-libs=${prefix}/lib

post-install {
    ui_msg "****************************************************************"
    ui_msg "*                                                              *"
    ui_msg "* To run spacehulk use qspacehulk. X11 must be running!        *"
    ui_msg "*                                                              *"
    ui_msg "****************************************************************"
}
