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

name                aewan
version             1.0.01
revision            2
checksums           rmd160  13c566518d9b8680e0835a00ee66f3eb230693e7 \
                    sha256  5266dec5e185e530b792522821c97dfa5f9e3892d0dca5e881d0c30ceac21817 \
                    size    122880

categories          editors
license             GPL-2+
maintainers         nomaintainer

description         Curses-based program for the creation and editing of ascii art

long_description    {*}${description}

homepage            https://aewan.sourceforge.net
master_sites        sourceforge:project/aewan/aewan/aewan-${version}

depends_lib         port:ncurses port:zlib

patchfiles          format-security.patch \
                    header-guard.patch \
                    implicit-function-declaration.patch \
                    incompatible-pointer-types.patch \
                    uninitialized.patch \
                    unused-but-set-variable.patch

configure.args      --mandir=${prefix}/share/man

livecheck.type      regex
livecheck.url       ${homepage}/download.html
livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
