# -*- 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 gphoto2 version 2.5.8 categories graphics platforms darwin maintainers ryandesign openmaintainer license LGPL-2.1+ description command line interface to libgphoto2. long_description gphoto2 is the command line interface to libgphoto2. It \ allows almost everything that libgphoto2 can do. homepage http://www.gphoto.org/proj/gphoto2/ master_sites sourceforge:project/gphoto/gphoto/${version} use_bzip2 yes checksums rmd160 b5edce0e89bffedda2a80dfb59f8a724fe33f6c5 \ sha256 a9abcd15d95f205318d17e3ac12af7ce523d2bc4943709d50b0a12c30cc5ee4d depends_build port:pkgconfig depends_lib port:gettext \ port:jpeg \ port:libexif \ port:libgphoto2 \ port:libiconv \ port:libusb-compat \ port:popt \ port:readline configure.env POPT_CFLAGS="-I${prefix}/include" \ POPT_LIBS="-L${prefix}/lib -lpopt" configure.args --without-cdk --without-aalib destroot.target install-strip post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog INSTALL NEWS README \ TODO ${destroot}${prefix}/share/doc/${name} } livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}