aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-ifuse/Makefile
blob: 28fa190c4ee155ac865a0d24afb4850fad541aba (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
28
# Created by: Gabor Zahemszky
# $FreeBSD$

PORTNAME=   ifuse
PORTVERSION=    1.1.3
PORTREVISION=   2
CATEGORIES= sysutils
MASTER_SITES=   http://www.libimobiledevice.org/downloads/
PKGNAMEPREFIX=  fusefs-

MAINTAINER= danilo@FreeBSD.org
COMMENT=    FUSE-based filesystem for mounting iOS devices over USB

LICENSE=    LGPL21

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

USE_GNOME=  glib20
USES=       fuse pkgconfig tar:bzip2
GNU_CONFIGURE=  yes
CFLAGS+=    -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

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

.include <bsd.port.mk>