# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           makefile 1.0

github.setup        rwos gti 1.9.1 v
revision            0
checksums           rmd160  e37edb21ed82d74310d793cc706cab311908b8b7 \
                    sha256  f8a3afdd3967fe7d88bd1b0b9f5cb62ae04dc9ba458238da91efc213f61a9cf9 \
                    size    5734

categories          games
maintainers         nomaintainer
license             MIT

description         Just a silly git launcher, basically. Inspired by sl.
long_description    {*}${description}

github.tarball_from archive

build.target
post-patch {
    reinplace "s|prefix=\$(DESTDIR)/usr|prefix=\$(DESTDIR)\$(PREFIX)|" \
        ${worksrcpath}/Makefile
}
