# -*- 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 PortSystem 1.0 PortGroup kde4 1.1 PortGroup cmake 1.0 name choqok version 1.3 categories kde kde4 maintainers nomaintainer license GPL-2+ description A Free/Open Source micro-blogging client for KDE. long_description ${description} platforms darwin homepage http://choqok.gnufolks.org/ depends_build port:qt4-mac \ port:qca \ port:qoauth \ port:qjson \ port:kdelibs4 master_sites sourceforge:${name} distfiles ${name}-${version}.tar.bz2 use_bzip2 yes checksums rmd160 b08a7efba34ae87e2087b347f4c513b46d0de413 \ sha256 73a8448b060248df3d8f83c1cf27a7c4c44f59c37960fbcc5af098de1772c2fe configure.cmd cmake configure.args-append -DBUNDLE_INSTALL_DIR=${applications_dir}/KDE4 # For some reason, choqok tries to install other .cmake files post-patch { reinplace "s|FindQJson.cmake||g" ${worksrcpath}/cmake/modules/CMakeLists.txt reinplace "s|FindQtOAuth.cmake||g" ${worksrcpath}/cmake/modules/CMakeLists.txt reinplace "s|FindQtIndidicate.cmake||g" ${worksrcpath}/cmake/modules/CMakeLists.txt }