# -*- 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.16 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 89bd1c55e9d49013f2e16f7f0a3a71f1c783931b \ sha256 4c25cd78919272aebec0a7f8c126011bb5a4b5d87422807a3423216f0a17a868 \ size 96250 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"