# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup kde4 1.1 name rocs version 4.8.3 categories kde kde4 maintainers sharky michaelld license GPL-2+ LGPL-2.1 GFDL-1.2 description Graph Theory IDE long_description KDE ${description} homepage http://www.kde.org platforms darwin depends_lib-append port:boost port:libkdeedu master_sites kde:stable/${version}/src/ use_xz yes checksums rmd160 315c0132130ca4c14be68ca23d62c52e192701ba \ sha256 978c7ad63078827318d5cdd5882375d6ceb7333ba8c95aed0e73bd7242bd7758 if {![variant_isset doc]} { patchfiles-append patch-CMakeLists.txt.diff } post-build { system -W ${workpath}/build/lib "install_name_tool -id ${prefix}/lib/kde4/rocs_GraphStructure.dylib rocs_GraphStructure.dylib" system -W ${workpath}/build/lib "install_name_tool -change ${prefix}/lib/rocs_GraphStructure.dylib ${prefix}/lib/kde4/rocs_GraphStructure.dylib rocs_transformedgesplugin.so" } livecheck.url http://kde.mirrors.hoobly.com/stable/latest/src/ livecheck.regex ${name}-(\\d+(\\.\\d+)+)