# -*- 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
PortGroup           app 1.0
PortGroup           github 1.0

name                sdl_sopwith
version             2.8.0
categories          games
license             GPL-2+
maintainers         {samthompson.com:pubgithub @sambthompson} openmaintainer
description         Classic biplane shooter
long_description    This is a port of the classic computer game \"Sopwith\" \
                    to run on modern computers and operating systems.
homepage            https://fragglet.github.io/sdl-sopwith/

# Development has migrated to github for newer 2.x series.
github.setup        fragglet sdl-sopwith ${version} sdl-sopwith-
github.tarball_from releases
checksums           md5     694e7cd4adaaaf6387497d8c4b2fbcf9 \
                    sha1    1b2238731412446f8588d9d91ead961a8af84dde \
                    rmd160  8f9915e0b1d82ff23e86b98468ae3af50d570609 \
                    sha256  fa7f30ac43567e9b95535f106ee6cb53a0bea89d5cf6c3e70f9529f1ada24bc6 \
                    size    1080128

depends_build       port:pkgconfig
depends_lib         port:libsdl2

app.name            Sopwith
app.executable      sopwith
app.icon            src/sopwith.png

github.livecheck.branch trunk
