# -*- 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        ibara mg 7.3 mg-
github.tarball_from releases
revision            0

# change version from date to OpenBSD version
epoch               1

categories          editors
installs_libs       no
license             ISC/BSD
maintainers         {ra1nb0w @ra1nb0w} openmaintainer
description         small Emacs-like editor
long_description    Micro GNU/Emacs: a small, fast, lightweight, emacs-like editor.\
                    No extension language, just a basic editor for text & code.

checksums           rmd160  ee89b616d06c81d41a90dfe7e1b676875b3d1106 \
                    sha256  1fd52feed9a96b93ef16c28ec4ff6cb25af85542ec949867bffaddee203d1e95 \
                    size    251445

depends_lib-append  port:ncurses

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