1 | # $Id: Portfile,v 1.3 2008/01/29 20:17:07 lfk Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name mg |
---|
5 | version 20070918 |
---|
6 | description small Emacs-like editor |
---|
7 | long_description Micro GNU/Emacs: a small, fast, lightweight, emacs-like editor.\ |
---|
8 | No extension language, just a basic editor for text & code. |
---|
9 | homepage http://www.xs4all.nl/~hanb/software/mg |
---|
10 | platforms darwin |
---|
11 | maintainers lfk@kerbit.net |
---|
12 | |
---|
13 | extract.suffix .tar.gz |
---|
14 | master_sites http://www.xs4all.nl/~hanb/software/mg |
---|
15 | checksums md5 1299677cf22fba1f9535e91d8833c68e \ |
---|
16 | sha1 a1301327620c1a361180fbc89dc8d188558e9aa1 |
---|
17 | |
---|
18 | categories editors |
---|
19 | |
---|
20 | # The mg sources have a cludge for a configure script that accepts no options |
---|
21 | # so subvert any attempt to pass args to it by setting configure.pre_args to nothing |
---|
22 | use_configure yes |
---|
23 | configure.pre_args |
---|
24 | configure.env TMPDIR= TMP= TEMP= |
---|
25 | destroot.args prefix=${prefix} mandir=${prefix}/share/man |
---|
26 | |
---|