2013-03-06 17:52:02 +01:00
|
|
|
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
2006-06-21 22:08:33 +02:00
|
|
|
|
|
|
|
PORTNAME= gphotofs
|
2014-01-17 22:33:24 +01:00
|
|
|
PORTVERSION= 0.5
|
2019-05-27 12:21:46 +02:00
|
|
|
PORTREVISION= 5
|
2006-06-21 22:08:33 +02:00
|
|
|
CATEGORIES= graphics sysutils
|
2014-01-17 22:33:24 +01:00
|
|
|
MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}.0
|
2006-06-21 22:08:33 +02:00
|
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
|
2021-05-22 05:18:14 +02:00
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
2006-06-21 22:08:33 +02:00
|
|
|
COMMENT= Mount PTP camera as a file system
|
|
|
|
|
2013-07-10 03:57:14 +02:00
|
|
|
LICENSE= GPLv2
|
2006-06-21 22:08:33 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2
|
2013-07-10 03:57:14 +02:00
|
|
|
|
2019-11-08 15:36:06 +01:00
|
|
|
USES= fuse gnome pkgconfig tar:bzip2
|
2006-06-21 22:08:33 +02:00
|
|
|
USE_GNOME= glib20
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2006-09-07 14:48:34 +02:00
|
|
|
PLIST_FILES= bin/gphotofs
|
|
|
|
|
2009-01-05 21:36:33 +01:00
|
|
|
.include <bsd.port.mk>
|