Ticket #14872: Portfile-jed.patch
File Portfile-jed.patch, 1.7 KB (added by mcklaren@…, 17 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 30225 2007-10-22 22:50:33Z jmpp@macports.org $ 2 2 PortSystem 1.0 3 3 name jed 4 version 0.99-1 64 version 0.99-18 5 5 revision 1 6 6 categories editors 7 7 maintainers nomaintainer 8 8 description JED is a powerful editor for programmers. 9 9 10 long_description JED is a powerful editor designed for use by \ 10 11 programmers, its drop-down menu facility make it \ 11 12 one of the friendliest text editors around. Hence \ 12 13 it is ideal for composing simple email messages \ 13 14 as well as editing complex programs in a variety \ 14 15 of computer languages. 16 15 17 homepage http://www.jedsoft.org/jed/ 16 18 platforms darwin 17 master_sites ftp://space.mit.edu/pub/davis/jed/v0.99/ old19 master_sites ftp://space.mit.edu/pub/davis/jed/v0.99/ 18 20 use_bzip2 yes 19 checksums md5 c2bcd89c92a120559865a539c2705999 21 checksums md5 5378c8e7805854018d9ec5c3cfadf637 \ 22 sha1 fa4b3313fdde0466546e36100b0de2d9cc75806d 23 20 24 depends_lib lib:libslang:slang 21 patchfiles patch-pty.c 25 patchfiles patch-pty.c \ 26 patch-misc.c 27 22 28 configure.args --mandir=${prefix}/share/man 23 29 configure.cppflags-append "-L${prefix}/lib" 24 30 configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress" 25 31 configure.env JED_ROOT=${prefix}/share/jed 26 32 destroot { 27 33 xinstall ${worksrcpath}/src/objs/jed ${destroot}${prefix}/bin 28 xinstall ${worksrcpath}/src/objs/rgrep ${destroot}${prefix}/bin29 34 30 35 xinstall ${worksrcpath}/doc/manual/jed.1 ${destroot}${prefix}/share/man/man1/ 31 xinstall ${worksrcpath}/doc/manual/rgrep.1 ${destroot}${prefix}/share/man/man1/32 36 33 37 xinstall -d ${destroot}${prefix}/share/jed/lib 34 38 foreach f [glob -nocomplain [file join ${worksrcpath}/lib *]] {