# $Id: Portfile 51441 2009-05-25 07:39:41Z toby@macports.org $

PortSystem      1.0

name            mg
version         20090107
categories      editors
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.
platforms       darwin
maintainers     kerbit.net:lfk

homepage        http://www.han.dds.nl/software/mg
master_sites    ${homepage}

checksums  md5  f25a139da44c3a2f760ffec531bd996e \
           sha1 3191c6dea4996347b6d40b34fa4c88a57e5ef42e

# The mg sources have a cludge for a configure script that accepts no options
# so subvert any attempt to pass args to it by setting configure.pre_args to nothing
configure.pre_args
destroot.args   prefix=${prefix} mandir=${prefix}/share/man
