# $Id: Portfile 69738 2010-07-15 02:16:28Z ryandesign@macports.org $

#Synced with Fink, revision 1.32

PortSystem 1.0

name            kdegraphics3
version         3.5.10
revision        5
set kdeadmin    kde-admindir-1502
categories      kde kde3
maintainers     nomaintainer
description     KDE graphics. \
                NB No KDE sound support.
long_description ${description}
platforms       darwin
homepage        http://www.kde.org/
master_sites    kde:stable/${version}/src/:kde \
                http://ranger.users.finkproject.org/distfiles/kde-admindir/:admin \
                http://ranger.befunk.com/fink/kde-admindir/:admin \
                http://astrange.ithinksw.net/~astrange/ranger-fink/kde-admindir/:admin \
                http://www.southofheaven.net/befunk/kde-admindir/:admin
use_bzip2       yes
distname        kdegraphics-${version}
distfiles       ${distname}.tar.bz2:kde \
                ${kdeadmin}.tar.bz2:admin
dist_subdir     kde3
depends_build   port:autoconf263 \
                port:unsermake
depends_lib     port:fribidi \
                port:kdebase3 \
                port:lcms \
                port:libusb-compat \
                port:sane-backends
#               port:xpdf
#               bin:tex:texlive
#               port:libwww
#               port:poppler-qt3

checksums       ${distname}.tar.bz2 md5 a09094b5357d8cd5c49d45b5d291dcfe \
                ${kdeadmin}.tar.bz2 md5 92a60282c1d81f38835ce7d495255cc3

extract.only    ${distname}.tar.bz2
post-extract    {
                    system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -"
                    if (![variant_isset imlib]) {
                        delete ${worksrcpath}/kuickshow
                    }
                }

patchfiles      kdegraphics3.patch dp01.patch
patch           {
                foreach f $patchfiles {
                    system "cd ${worksrcpath} && sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${f} | patch -p1"
                }
                system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' ${worksrcpath}/admin/*"
}
post-patch      {
                reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh
                reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh
                reinplace "s|HOME=/tmp|HOME=${workpath}|g" ${worksrcpath}/environment-helper.sh
                reinplace "s|/tmp/buildlog|${workpath}/buildlog|g" ${worksrcpath}/build-helper.sh
                foreach f {CompileScript.sh InstallScript.sh} {
                    copy ${filespath}/${f} ${worksrcpath}
                    reinplace "s|%p|${prefix}|g" ${worksrcpath}/${f}
                    reinplace "s|%N|${name}|g" ${worksrcpath}/${f}
                    reinplace "s|%v|${version}|g" ${worksrcpath}/${f}
                    reinplace "s|%r|${revision}|g" ${worksrcpath}/${f}
                    reinplace "s|%c|${configure.args}|g" ${worksrcpath}/${f}
                    reinplace "s|%d|${destroot}|g" ${worksrcpath}/${f}
                    reinplace "s|%i|${destroot}${prefix}|g" ${worksrcpath}/${f}
                    file attributes ${worksrcpath}/${f} -permissions 0755
                }

                foreach f {xpdf-3.02pl3.patch xpdf-3.02pl4.patch} {
                    system "cd ${worksrcpath}/kpdf/xpdf && patch -p1 < ${filespath}/${f}"
                }
}

configure.args  --without-kamera --with-distribution='MacPorts/Mac OS X' --without-arts

use_configure       no

use_parallel_build  yes
build.env           MAKEFLAGS="-j${build.jobs}" AUTOCONF=autoconf263
build.cmd           ./CompileScript.sh

destroot.cmd        ./InstallScript.sh
post-destroot   {
                xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
                xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL README ${destroot}${prefix}/share/doc/${name}
}

universal_variant       no

variant imlib description {Build and install kuickshow} {
    depends_lib-append      port:imlib
    configure.args-append   --with-imlib-config=${prefix}/bin
}

livecheck.type  none
