freebsd-ports/graphics/fusefs-gphotofs/Makefile

24 lines
463 B
Makefile
Raw Normal View History

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= gphotofs
2007-08-13 20:08:40 +02:00
PORTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= graphics sysutils
MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= fusefs-
2013-07-09 23:26:48 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Mount PTP camera as a file system
LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
USES= fuse
USE_BZIP2= yes
USE_GNOME= glib20
GNU_CONFIGURE= yes
2006-09-07 14:48:34 +02:00
PLIST_FILES= bin/gphotofs
.include <bsd.port.mk>