# $Id $ PortSystem 1.0 PortGroup qt4 1.0 name qlipper version 1.8 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 e0148057dcc46fb98e720b52a6ecf70e \ sha1 aeab59d9fb5cba8b5366a95c267ee1f2daa7f6a2 \ rmd160 34bec9f13518738b9e727102e92547c8eee5c089 configure.cmd ${qt_qmake_cmd} configure.pre_args INSTALL_PREFIX=${worksrcpath}/tmprelease/ CONFIGURE=\"release\" configure { ui_msg ${worksrcpath} system "cd ${worksrcpath} && ${qt_qmake_cmd}" } destroot { # Install to the application directory xinstall -m 755 -d ${destroot}${applications_dir} file copy ${worksrcpath}/${name}.app ${destroot}${applications_dir} }