e8a236a476
Submitted by: tijl@
24 lines
488 B
Makefile
24 lines
488 B
Makefile
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gphotofs
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics sysutils
|
|
MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}.0
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Mount PTP camera as a file system
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
|
|
|
|
USES= fuse pkgconfig tar:bzip2
|
|
USE_GNOME= glib20
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/gphotofs
|
|
|
|
.include <bsd.port.mk>
|