# -*- 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

github.setup        gumpu robodoc 4.99.44 v
github.tarball_from archive

revision            0
categories          devel
license             GPL-3+
platforms           darwin
maintainers         @remkos openmaintainer

description         Bot used to document source code.

long_description    ROBODoc can be used to document functions, methods, \
                    classes, variables, makefile entries, system tests, and \
                    anything else you can think of. ROBODoc works with any \
                    language that supports reasonable comments, and uses a \
                    syntax similar to that of the old Amiga \"Autodocs\" program.

homepage            http://www.xs4all.nl/~rfsber/Robo/${name}.html

checksums           rmd160  93f76d974ef45943389e7149fcf1cccd331de037 \
                    sha256  8ed875bbde2788d7bc986693077577d6cc6e15e4bc660d522164710977952e90 \
                    size    457330

patchfiles          troff_generator.c.diff

use_autoreconf      yes
autoreconf.args     --install --verbose --force
configure.args      --mandir="${prefix}/share/man"

destroot.destdir    prefix="${destroot}${prefix}" \
                    docdir="${destroot}${prefix}/share/doc/${name}" \
                    mandir="${destroot}${prefix}/share/man"

github.livecheck.regex  {([^"rba]+)}
