aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fusefs-gphotofs/Makefile
blob: 502e557e4a271897ce8333f242b8f5e8731e2074 (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
24
25
26
# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gphotofs
PORTVERSION=    0.4.0
PORTREVISION=   1
CATEGORIES= graphics sysutils
MASTER_SITES=   SF/gphoto/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX=  fusefs-

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

LICENSE=    GPLv2

LIB_DEPENDS=    gphoto2:${PORTSDIR}/graphics/libgphoto2

USES=       fuse pkgconfig
USE_BZIP2=  yes
USE_GNOME=  glib20
GNU_CONFIGURE=  yes

PLIST_FILES=    bin/gphotofs

NO_STAGE=   yes
.include <bsd.port.mk>