freebsd-ports/graphics/fusefs-gphotofs/Makefile
Alexey Dokuchaev 26343e564b - Unbreak the build of fusefs-gphotofs (add missing pkgconfig)
- Define LICENSE for fusefs-gphotofs and libgphoto2 while here
2013-07-10 01:57:14 +00:00

25 lines
487 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= ports@FreeBSD.org
COMMENT= Mount PTP camera as a file system
LICENSE= GPLv2
LIB_DEPENDS= gphoto2:${PORTSDIR}/graphics/libgphoto2
USES= fuse pkgconfig
USE_BZIP2= yes
USE_GNOME= glib20
GNU_CONFIGURE= yes
PLIST_FILES= bin/gphotofs
.include <bsd.port.mk>