# $Id $ PortSystem 1.0 PortGroup qt4 1.0 name qlipper version 1.8.3 #revision 1 description Lightweight & cross-platform clipboard history applet long_description ${description} maintainers pvanek openmaintainer categories aqua office textproc platforms darwin homepage http://code.google.com/p/qlipper/ master_sites googlecode use_bzip2 yes depends_lib port:qt4-mac checksums md5 05c821eb2debd9dbdec400181dca68e7 \ sha1 189d39fc5d7f2e8a0722421bd4bc8791bc64c26b \ rmd160 b66309c2d1af2c87073109361f36d978218c790e #configure.cmd ${qt_qmake_cmd} #configure.pre_args INSTALL_PREFIX=${worksrcpath}/tmprelease/ CONFIGURE=\"release\" configure { system "cd ${worksrcpath} && ${qt_qmake_cmd}" } destroot { # Install to the application directory xinstall -m 755 -d ${destroot}${applications_dir} file copy ${worksrcpath}/Qlipper.app ${destroot}${applications_dir} }