1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name emacs-app-devel |
---|
6 | version 20081001 |
---|
7 | |
---|
8 | categories editors aqua |
---|
9 | maintainers nomaintainer |
---|
10 | description The GNU Emacs text editor, recent CVS development version |
---|
11 | long_description \ |
---|
12 | GNU Emacs is a self-documenting, customizable, extensible real-time \ |
---|
13 | display editor. Users new to Emacs will be able to use basic \ |
---|
14 | features fairly rapidly by studying the tutorial and using the \ |
---|
15 | self-documentation features. Emacs also has an extensive \ |
---|
16 | interactive manual browser. It is easily extensible since its \ |
---|
17 | editing commands are written in Lisp. This port uses the CVS version\ |
---|
18 | of the code from a recent date, which includes the NextStep (aqua) \ |
---|
19 | option |
---|
20 | |
---|
21 | platforms darwin freebsd |
---|
22 | homepage http://www.gnu.org/software/emacs/emacs.html |
---|
23 | |
---|
24 | fetch.type cvs |
---|
25 | cvs.root :pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs |
---|
26 | cvs.date 2008-10-01 |
---|
27 | cvs.module emacs |
---|
28 | worksrcdir emacs |
---|
29 | |
---|
30 | configure.args --with-ns |
---|
31 | depends_lib port:ncurses |
---|
32 | |
---|
33 | destroot { |
---|
34 | system "cd ${worksrcpath} && make install" |
---|
35 | xinstall -m 755 -d ${destroot}/Applications/MacPorts |
---|
36 | file copy ${worksrcpath}/nextstep/Emacs.app \ |
---|
37 | ${destroot}/Applications/MacPorts |
---|
38 | } |
---|