aboutsummaryrefslogtreecommitdiff
path: root/graphics/fusefs-gphotofs/Makefile
blob: 850cc1c943684d820abb22d9d6baf7a38d5d6a61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Pav Lucistnik <pav@FreeBSD.org>

PORTNAME=	gphotofs
PORTVERSION=	0.5
PORTREVISION=	5
CATEGORIES=	graphics sysutils
MASTER_SITES=	SF/gphoto/${PORTNAME}/${PORTVERSION}.0
PKGNAMEPREFIX=	fusefs-

MAINTAINER=	woodsb02@FreeBSD.org
COMMENT=	Mount PTP camera as a file system

LICENSE=	GPLv2

LIB_DEPENDS=	libgphoto2.so:graphics/libgphoto2

USES=		fuse gnome pkgconfig tar:bzip2
USE_GNOME=	glib20
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/gphotofs

.include <bsd.port.mk>