aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fusefs-gphotofs/Makefile
blob: 38f51db474b43b31f634794938c714a9858eb1a2 (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
27
28
29
30
31
32
33
34
# New ports collection makefile for:    gphotofs
# Date created:             21 June 2006
# Whom:                 Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gphotofs
PORTVERSION=    0.4.0
CATEGORIES= graphics sysutils
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gphoto
PKGNAMEPREFIX=  fusefs-

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

LIB_DEPENDS=    fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
        gphoto2.2:${PORTSDIR}/graphics/libgphoto2
RUN_DEPENDS=    ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod

USE_BZIP2=  yes
USE_GNOME=  glib20
GNU_CONFIGURE=  yes

PLIST_FILES=    bin/gphotofs

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 600000
IGNORE=     depends on kernel module that requires FreeBSD 6 or later
.endif

.include <bsd.port.post.mk>