freebsd-ports/graphics/fusefs-gphotofs/Makefile
Ben Woods 2ae5564223 graphics/libgphoto2: Update to 2.5.16
graphics/gphoto2: Update to 2.5.15
graphics/py-gphoto2: Update to 1.8.2

Also bump PORTREVISION of ports depending on these.

PR:		224611
Submitted by:	bsam (graphics/libgphoto2)
2018-01-14 01:23:15 +00:00

24 lines
479 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= gphotofs
PORTVERSION= 0.5
PORTREVISION= 4
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 pkgconfig tar:bzip2
USE_GNOME= glib20
GNU_CONFIGURE= yes
PLIST_FILES= bin/gphotofs
.include <bsd.port.mk>