Ticket #14103: Portfile.2

File Portfile.2, 908 bytes (added by lfk@…, 16 years ago)

Portfile for mg-20070918

Line 
1# $Id: Portfile,v 1.4 2008/01/29 21:02:06 lfk Exp $
2
3PortSystem      1.0
4name            mg
5version         20070918
6description     small Emacs-like editor
7long_description    Micro GNU/Emacs: a small, fast, lightweight, emacs-like editor.\
8                    No extension language, just a basic editor for text & code.
9homepage        http://www.xs4all.nl/~hanb/software/mg
10platforms       darwin
11maintainers     lfk@kerbit.net
12
13extract.suffix  .tar.gz
14master_sites    http://www.xs4all.nl/~hanb/software/mg
15checksums  md5  1299677cf22fba1f9535e91d8833c68e \
16           sha1 a1301327620c1a361180fbc89dc8d188558e9aa1
17
18categories      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
22use_configure   yes
23configure.pre_args
24destroot.args   prefix=${prefix} mandir=${prefix}/share/man
25