Ticket #12463: Portfile.diff

File Portfile.diff, 1.9 KB (added by takanori@…, 17 years ago)
  • Portfile

    old new  
    44
    55name                kdiff3
    66version             0.9.92
    7 categories          devel
     7revision            1
     8categories          devel kde
    89maintainers         ruderich.com:simon
    910description         kdiff3 is a file comparing and merging tool.
    1011long_description    kdiff3 compares two or three input files and shows the \
     
    2122                    sha1 c97b98150a1f5de16736a399affe1b4243d1e6c2 \
    2223                    rmd160 3757fe678e944755164cdc62bfca9f0214acdbb8
    2324
    24 depends_lib         port:kdelibs3
     25depends_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
     43depends_run         port:gzip
    2544
    26 configure.args      --with-qt-includes=${prefix}/include/qt3 \
    27                     --with-qt-libs=${prefix}/lib/qt3 \
     45configure.env       HOME=${workpath}
     46configure.args      --with-qt-dir=${prefix}/lib/qt3 \
    2847                    --without-arts \
    2948                    --with-extra-includes=${prefix}/include \
    3049                    --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"
     50pre-configure {
     51    reinplace "s|doc/HTML|doc/kde|" ${worksrcpath}/configure
    3752}
     53
     54build.env           ${configure.env}