# -*- 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                moe
version             1.15
revision            0

categories          editors
license             GPL-2+

maintainers         nomaintainer

description         GNU moe - console text editor for ISO-8859 \
                    and ASCII character encodings.

long_description    GNU moe is a console text editor for ISO-8859 \
                    and ASCII character encodings. It has a modeless, \
                    user-friendly interface, online help, multiple windows, \
                    global search/replace (on all buffers at once), \
                    block operations, automatic indentation, word wrapping, etc.

homepage            https://www.gnu.org/software/moe/
master_sites        gnu
use_lzip            yes

checksums           rmd160  a493702328eed74ccee79b8ba39c5f1111bfc897 \
                    sha256  41f8c8b099ce3047945ca4e097a60d9243e9c73fbb268c194a12da8b0d9f0a66 \
                    size    93995

depends_build-append \
                    bin:makeinfo:texinfo
depends_lib-append  port:ncurses

configure.args      CXX="${configure.cxx}" \
                    CPPFLAGS="${configure.cppflags}" \
                    CXXFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]" \
                    LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]" \
                    MAKEINFO="${prefix}/bin/makeinfo"
