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

github.setup        CruiserOne Astrolog 8.00 v
github.tarball_from archive
name                astrolog
revision            0

homepage            https://www.astrolog.org/astrolog.htm

description         The astrology software "Astrolog"

long_description    {*}${description}

categories          games
installs_libs       no
license             GPL-2
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  3338b35de79d4994d2edd377db5632897b8135aa \
                    sha256  14ef68986e00ca46e7a5703f46348ee8be9b474efde56c060a8a9285e60dc838 \
                    size    6059321

depends_lib-append  port:xorg-libX11

build.target        ${name}

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
