aboutsummaryrefslogtreecommitdiff
path: root/filesystems/ifuse/Makefile
blob: 03bafe10619bd0bec7391c9483846f3dcce9ccbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	ifuse
PORTVERSION=	1.1.4
PORTREVISION=	2
CATEGORIES=	filesystems
MASTER_SITES=	https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
PKGNAMEPREFIX=	fusefs-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	FUSE-based filesystem for mounting iOS devices over USB
WWW=		https://www.libimobiledevice.org

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libplist-2.0.so:devel/libplist \
		libimobiledevice-1.0.so:comms/libimobiledevice
RUN_DEPENDS=	usbmuxd:comms/usbmuxd

USES=		fuse localbase gnome pkgconfig tar:bzip2
USE_GNOME=	glib20

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

PLIST_FILES=	bin/${PORTNAME} share/man/man1/ifuse.1.gz

.include <bsd.port.mk>