Ticket #11191: patch-Portfile.diff
File patch-Portfile.diff, 1.2 KB (added by cssdev, 18 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name emacs-app 5 version 23.0.0_NS-9.0 pre35 version 23.0.0_NS-9.0rc1 6 6 categories aqua editors 7 7 maintainers css@macports.org 8 8 description The GNU Emacs text editor (Cocoa version) … … 23 23 distname emacs-${version} 24 24 extract.suffix .tar.bz2 25 25 use_bzip2 yes 26 checksums md5 12ff9195cd037d53965a08c20cef04c4 26 checksums md5 9f2a23cd8f0eccb1a13a1adfd32bb8dc \ 27 sha1 ae4c3e16be25728889f571bf7bc93731f52d6607 27 28 28 depends_lib lib:libjpeg:jpeg \ 29 lib:libtiff:tiff \ 30 lib:libungif:libungif \ 31 lib:libpng:libpng 29 depends_lib port:coreutils \ 30 port:pkgconfig \ 31 port:texinfo 32 32 33 33 # The current distribution contains its own build script, so use that 34 34 # rather than trying to manually manage the various steps of the build … … 55 55 # into the source directory, the destroot phase must manually copy the 56 56 # resulting application package. 57 57 58 pre-configure { 59 reinplace "s|--with-ns|--with-ns --without-freetype|g" ${worksrcpath}/nextstep/compile 60 } 61 58 62 destroot { 59 63 xinstall -m 755 -d ${destroot}/Applications/MacPorts 60 64 file copy ${worksrcpath}/nextstep/build/Emacs.app \