Changeset 1000 for trunk/dports


Ignore:
Timestamp:
Oct 9, 2002, 3:12:13 AM (22 years ago)
Author:
jkh
Message:

Make the carbon variant of emacs work.

Submitted by: Sean Eric Fagan <sef@…>

Location:
trunk/dports/editors/emacs
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/editors/emacs/Portfile

    r990 r1000  
    1818}
    1919
     20# Overrides darwin
    2021variant carbon {
    2122        configure.args-append --with-carbon
     23        configure.args-append   --prefix=${workpath}/build
    2224        fetch.type      cvs
    2325        cvs.root        :pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs
    2426        cvs.module      emacs
    2527        worksrcdir      emacs
    26         patch           {}
     28        patchfiles      macosx-patch
     29        build.target.all        bootstrap
     30        build.target.install    install-mac
     31        include macosx-contents
     32        install {
     33                system "cd ${workpath}/emacs && make install-mac && \
     34                        ( cd ${workpath}/build && tar cf - Emacs.app | \
     35                                ( cd ${prefix}/bin && tar xf - ) ) "
     36        }
    2737}
    2838
Note: See TracChangeset for help on using the changeset viewer.