2013-03-06 17:52:02 +01:00
|
|
|
# Created by: Gabor Zahemszky
|
2011-11-23 02:53:31 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ifuse
|
2014-08-03 02:10:00 +02:00
|
|
|
PORTVERSION= 1.1.3
|
2015-06-11 17:10:49 +02:00
|
|
|
PORTREVISION= 2
|
2011-11-23 02:53:31 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.libimobiledevice.org/downloads/
|
|
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
|
2014-08-03 02:10:00 +02:00
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
2013-05-07 02:38:51 +02:00
|
|
|
COMMENT= FUSE-based filesystem for mounting iOS devices over USB
|
2011-11-23 02:53:31 +01:00
|
|
|
|
2013-05-07 02:38:51 +02:00
|
|
|
LICENSE= LGPL21
|
2011-11-23 02:53:31 +01:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libplist.so:devel/libplist \
|
|
|
|
libimobiledevice.so:comms/libimobiledevice
|
|
|
|
RUN_DEPENDS= usbmuxd:comms/usbmuxd
|
2011-11-23 02:53:31 +01:00
|
|
|
|
2013-05-07 02:38:51 +02:00
|
|
|
USE_GNOME= glib20
|
2014-06-11 08:59:48 +02:00
|
|
|
USES= fuse pkgconfig tar:bzip2
|
2011-11-23 02:53:31 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-05-07 02:38:51 +02:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2011-11-23 02:53:31 +01:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
2014-06-11 08:59:48 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME} man/man1/ifuse.1.gz
|
2011-11-23 02:53:31 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|