1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/graphics/fusefs-gphotofs/Makefile
Koop Mast 14e6ab71f9 Update to 0.5.
This unbreaks the build with libgphoto2 2.5.x.
Stagify, and use new LIB_DEPENDS.
2014-01-17 21:33:24 +00:00

25 lines
477 B
Makefile

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