# $Id: Portfile 105657 2013-04-29 23:02:00Z jmr@macports.org $ PortSystem 1.0 PortGroup qt4 1.0 PortGroup cmake 1.0 name qlipper version 2.0.1 #revision 1 description Lightweight & cross-platform clipboard history applet long_description ${description} maintainers pvanek openmaintainer categories aqua office textproc license GPL-3+ platforms darwin homepage http://code.google.com/p/qlipper/ master_sites googlecode # a stealth update of 2.0.1 - https://trac.macports.org/wiki/PortfileRecipes#stealth-updates dist_subdir ${name}/${version}_1 use_bzip2 yes checksums md5 e5e256de9b8ea07e237bde9b8e3ceb75 \ sha1 23eabec3351ece657b9eecb5faab64fc24afd570 \ rmd160 97347281053a90eefe49ba5e7ea43011e3f883ab configure.args-append -DCMAKE_INSTALL_PREFIX=${applications_dir} \ ${qt_cmake_defines}