1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/graphics/fusefs-gphotofs/Makefile
Baptiste Daroussin da12e6723d Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
2013-03-06 16:52:02 +00:00

24 lines
461 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= gphotofs
PORTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= graphics sysutils
MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= fusefs-
MAINTAINER= pav@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
PLIST_FILES= bin/gphotofs
.include <bsd.port.mk>