2013-03-06 17:52:02 +01:00
|
|
|
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
2006-06-21 22:08:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gphotofs
|
2007-08-13 20:08:40 +02:00
|
|
|
PORTVERSION= 0.4.0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2006-06-21 22:08:33 +02:00
|
|
|
CATEGORIES= graphics sysutils
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}
|
2006-06-21 22:08:33 +02:00
|
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
|
2013-07-09 23:26:48 +02:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
2013-07-10 03:57:14 +02:00
|
|
|
LIB_DEPENDS= gphoto2:${PORTSDIR}/graphics/libgphoto2
|
|
|
|
|
|
|
|
USES= fuse pkgconfig
|
2006-06-21 22:08:33 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= glib20
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2006-09-07 14:48:34 +02:00
|
|
|
PLIST_FILES= bin/gphotofs
|
|
|
|
|
2013-09-20 20:35:44 +02:00
|
|
|
NO_STAGE= yes
|
2009-01-05 21:36:33 +01:00
|
|
|
.include <bsd.port.mk>
|