Ticket #39019: org-mode.diff

File org-mode.diff, 884 bytes (added by drkp (Dan Ports), 11 years ago)

example of usage

  • Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           elisp 1.0
    56
    67name                org-mode
    78version             7.9.4
     
    2324checksums           rmd160  a3c65d8d83de882b41d77c499a9ecf0b80bf3cc3 \
    2425                    sha256  2a1b2b9cf5a9c3606aede007d05d5ee978b42d88cfeaaf28f45ae11c21f81848
    2526
    26 depends_lib         port:emacs
     27depends_lib         path:${emacs_binary}:${emacs_binary_provider}
    2728depends_build       port:texinfo
    2829
    29 use_configure       no
    3030
     31configure {
     32    system -W ${worksrcpath} "make local.mk"
     33    reinplace "s|EMACS  = emacs|EMACS   = ${emacs_binary}|g" ${worksrcpath}/local.mk
     34}
     35
    3136destroot.destdir    prefix=${destroot}${prefix}/share
    3237destroot.target     install-lisp install-info
    3338