# -*- 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 name pHash version 0.9.6 categories multimedia platforms darwin maintainers workisfun.ru:ivan license GPL-3 description Perceptual hash library long_description Tool to build hash from multimedia files homepage http://phash.org/ master_sites ${homepage}releases/ checksums rmd160 54ae3caca00077f3abab1423bfbd73ae39f0ae77 \ sha256 3c8258a014f9c2491fb1153010984606805638a45d00498864968a9a30102935 depends_lib path:lib/libavcodec.dylib:ffmpeg \ port:jpeg \ port:libsndfile \ port:libsamplerate \ port:mpg123 \ port:CImg post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ AUTHORS \ COPYING \ ChangeLog \ ${docdir} }