# -*- 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.9.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           rmd160  843fd4a1d478ac8f9eedd44e648b1d0ad9db3ad2 \
                    sha256  93550d0cfddbdf19ef05c54e0b455999ba63da87f66d0cc371c89612ac04a0bb \
                    size    1092379

depends_build       port:pkgconfig
depends_lib         port:libsdl2

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

github.livecheck.branch trunk
