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

     
    33PortSystem 1.0
    44
    55name            emacs-app-devel
    6 version         20091101
     6version         20151029
    77revision        1
    88
    99categories      aqua editors
    1010maintainers     css openmaintainer
    11 description     The GNU Emacs text editor, recent CVS development version
     11description     The GNU Emacs text editor, recent Git development version
    1212long_description \
    1313   GNU Emacs is a self-documenting, customizable, extensible real-time \
    1414   display editor. Users new to Emacs will be able to use basic        \
    1515   features fairly rapidly by studying the tutorial and using the      \
    1616   self-documentation features. Emacs also has an extensive            \
    1717   interactive manual browser. It is easily extensible since its       \
    18    editing commands are written in Lisp. This port uses the CVS version\
     18   editing commands are written in Lisp. This port uses the Git version\
    1919   of the code from a recent date, which includes the NextStep (aqua)  \
    2020   option
    2121
    2222platforms       darwin freebsd
    2323homepage        http://www.gnu.org/software/emacs/emacs.html
    2424
    25 fetch.type      cvs
    26 cvs.root        :pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs
    27 cvs.date        2009-11-01
    28 cvs.module      emacs
     25fetch.type      git
     26git.url         git://git.savannah.gnu.org/emacs.git
     27git.url         http://git.savannah.gnu.org/r/emacs.git
     28git.branch      db31a883252e17af4386598c52d42ed81db56973
    2929worksrcdir      emacs
    3030
    3131configure.args  --with-ns --without-x --without-dbus
    3232depends_lib     port:ncurses
    3333use_parallel_build      yes
    3434
     35pre-configure {
     36        system "cd ${worksrcpath}; sh ./autogen.sh"
     37}
     38
    3539destroot {
    3640       system "cd ${worksrcpath} && make install"     
    3741       xinstall -m 755 -d ${destroot}${applications_dir}