Ticket #49519: emacs-mac-devel.diff
File emacs-mac-devel.diff, 1.9 KB (added by ecbrown (Eric Brown), 9 years ago) |
---|
-
dports/aqua/emacs-app-devel/Portfile
3 3 PortSystem 1.0 4 4 5 5 name emacs-app-devel 6 version 20 0911016 version 20151029 7 7 revision 1 8 8 9 9 categories aqua editors 10 10 maintainers css openmaintainer 11 description The GNU Emacs text editor, recent CVSdevelopment version11 description The GNU Emacs text editor, recent Git development version 12 12 long_description \ 13 13 GNU Emacs is a self-documenting, customizable, extensible real-time \ 14 14 display editor. Users new to Emacs will be able to use basic \ 15 15 features fairly rapidly by studying the tutorial and using the \ 16 16 self-documentation features. Emacs also has an extensive \ 17 17 interactive manual browser. It is easily extensible since its \ 18 editing commands are written in Lisp. This port uses the CVSversion\18 editing commands are written in Lisp. This port uses the Git version\ 19 19 of the code from a recent date, which includes the NextStep (aqua) \ 20 20 option 21 21 22 22 platforms darwin freebsd 23 23 homepage http://www.gnu.org/software/emacs/emacs.html 24 24 25 fetch.type cvs26 cvs.root :pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs 27 cvs.date 2009-11-01 28 cvs.module emacs 25 fetch.type git 26 git.url git://git.savannah.gnu.org/emacs.git 27 git.url http://git.savannah.gnu.org/r/emacs.git 28 git.branch db31a883252e17af4386598c52d42ed81db56973 29 29 worksrcdir emacs 30 30 31 31 configure.args --with-ns --without-x --without-dbus 32 32 depends_lib port:ncurses 33 33 use_parallel_build yes 34 34 35 pre-configure { 36 system "cd ${worksrcpath}; sh ./autogen.sh" 37 } 38 35 39 destroot { 36 40 system "cd ${worksrcpath} && make install" 37 41 xinstall -m 755 -d ${destroot}${applications_dir}