Ticket #38039: Portfile

File Portfile, 1.1 KB (added by pierreetienne.meunier@…, 11 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                mmm-mode
6version             0.5.0
7categories          lang
8platforms           all
9license             GPL
10maintainers         pierreetienne.meunier@gmail.com
11description         A minor mode for Emacs that allows Multiple Major Modes to coexist in one buffer.
12long_description    MMM Mode is a minor mode for Emacs that allows Multiple Major Modes \
13  to coexist in one buffer.  It is well-suited to editing:\
14\
15  * Preprocessed code, such as server-side Ruby, Perl or PHP embedded in HTML\
16  * Code generating code, such as HTML output by CGI scripts\
17  * Embedded code, such as Javascript in HTML\
18  * Literate programming: code interspersed with documentation, e.g. Noweb
19homepage            https://github.com/purcell/mmm-mode
20master_sites        http://lama.univ-savoie.fr/~meunier/darcs
21
22
23checksums           sha256 1ba3100661323990a5d3d4ffb4822516db9068e663da7e09720f65ce1be17a4a
24
25depends_lib         port:emacs
26
27configure.cmd       ./autogen.sh && ./configure --datarootdir=${prefix}/share
28configure.pre_args
29configure.post_args