# -*- 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 7.70 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  e26346ced469b09fb3f6f2c578348b31731ed667 \
                    sha256  d699d3c6582bcfbbbb616aa6fab98924fd7880edc842ebbc55a988994d2d1b7a \
                    size    4663951

depends_lib-append  port:xorg-libX11

build.target        ${name}

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