Ticket #26232: Portfile-ispell-emul.diff
File Portfile-ispell-emul.diff, 1.1 KB (added by mwest@…, 14 years ago) |
---|
-
Portfile
old new 5 5 6 6 name aspell 7 7 version 0.60.6 8 revision 38 revision 4 9 9 categories textproc 10 10 maintainers openmaintainer jochen 11 11 description Spell checker with better logic than ispell … … 41 41 file copy ${filespath}/u-deva.cmap ${destroot}${prefix}/lib/aspell-0.60/ 42 42 file copy ${filespath}/u-deva.cset ${destroot}${prefix}/lib/aspell-0.60/ 43 43 file delete -force ${destroot}${prefix}/share/info/dir 44 if {[variant_isset ispell]} { 45 file copy ${worksrcpath}/scripts/ispell ${destroot}${prefix}/bin/ 46 } 44 47 } 45 48 46 49 post-activate { … … 62 65 configure.args-append --disable-nls 63 66 } 64 67 68 variant ispell description {Install ispell emulation script} { 69 conflicts-append ispell 70 } 71 65 72 platform macosx { 66 73 # gnustep-gui uses aspell and will not work if aspell is linked to gettext because 67 74 # gettext is linked to CoreFoundation which is itself linked to the Apple objc runtime