Ticket #12463: Portfile.diff
File Portfile.diff, 1.9 KB (added by takanori@…, 17 years ago) |
---|
-
Portfile
old new 4 4 5 5 name kdiff3 6 6 version 0.9.92 7 categories devel 7 revision 1 8 categories devel kde 8 9 maintainers ruderich.com:simon 9 10 description kdiff3 is a file comparing and merging tool. 10 11 long_description kdiff3 compares two or three input files and shows the \ … … 21 22 sha1 c97b98150a1f5de16736a399affe1b4243d1e6c2 \ 22 23 rmd160 3757fe678e944755164cdc62bfca9f0214acdbb8 23 24 24 depends_lib port:kdelibs3 25 depends_lib port:expat \ 26 port:fontconfig \ 27 port:freetype \ 28 port:gettext \ 29 port:jpeg \ 30 port:kdelibs3 \ 31 port:kdebase3 \ 32 port:kdepim3 \ 33 port:libart_lgpl \ 34 port:libiconv \ 35 port:libidn \ 36 port:libpng \ 37 port:perl5.8 \ 38 port:qt3 \ 39 port:Xft2 \ 40 port:libxml2 \ 41 port:xrender \ 42 port:zlib 43 depends_run port:gzip 25 44 26 configure. args --with-qt-includes=${prefix}/include/qt3 \27 --with-qt-libs=${prefix}/lib/qt3 \45 configure.env HOME=${workpath} 46 configure.args --with-qt-dir=${prefix}/lib/qt3 \ 28 47 --without-arts \ 29 48 --with-extra-includes=${prefix}/include \ 30 49 --with-extra-libs=${prefix}/lib 31 32 post-configure { 33 reinplace "s|qt_libraries = NONE|qt_libraries = ${prefix}/lib|g" \ 34 "${worksrcpath}/src/Makefile" 35 reinplace "s|-LNONE||g" \ 36 "${worksrcpath}/src/Makefile" 50 pre-configure { 51 reinplace "s|doc/HTML|doc/kde|" ${worksrcpath}/configure 37 52 } 53 54 build.env ${configure.env}