1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gphotofs |
---|
7 | version 0.5 |
---|
8 | categories graphics |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:jordi.degroof openmaintainer |
---|
11 | license GPL-2 |
---|
12 | |
---|
13 | description A virtual filesystem for libgphoto2 using FUSE. |
---|
14 | long_description gphotofs is a FUSE filesystem module to mount your camera as a filesystem |
---|
15 | |
---|
16 | homepage http://gphoto.org/proj/gphotofs/ |
---|
17 | master_sites sourceforge:project/gphoto/gphotofs/${version}.0 |
---|
18 | use_bzip2 yes |
---|
19 | checksums rmd160 8ebbb23b1d974ee1ee629d843d301f1071823b49 \ |
---|
20 | sha256 676ec4de69a81c193ffc31bdc7b587ac2a2cc3780b14f0e7c9c4c0a517b343cc |
---|
21 | |
---|
22 | depends_build port:pkgconfig |
---|
23 | depends_lib port:osxfuse \ |
---|
24 | port:glib2 \ |
---|
25 | port:libgphoto2 |
---|