2013-03-06 17:52:02 +01:00
|
|
|
# Created by: Gabor Zahemszky
|
2011-11-23 02:53:31 +01:00
|
|
|
|
|
|
|
PORTNAME= ifuse
|
2021-03-13 01:14:45 +01:00
|
|
|
PORTVERSION= 1.1.4
|
2011-11-23 02:53:31 +01:00
|
|
|
CATEGORIES= sysutils
|
2021-03-13 01:14:45 +01:00
|
|
|
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
|
2011-11-23 02:53:31 +01:00
|
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
|
2021-05-18 21:53:47 +02:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
2021-03-13 01:14:45 +01:00
|
|
|
LICENSE= LGPL21+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2011-11-23 02:53:31 +01:00
|
|
|
|
2021-01-21 15:37:31 +01:00
|
|
|
LIB_DEPENDS= libplist-2.0.so:devel/libplist \
|
|
|
|
libimobiledevice-1.0.so:comms/libimobiledevice
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= usbmuxd:comms/usbmuxd
|
2011-11-23 02:53:31 +01:00
|
|
|
|
2021-03-13 01:14:45 +01:00
|
|
|
USES= fuse localbase gnome pkgconfig tar:bzip2
|
2013-05-07 02:38:51 +02:00
|
|
|
USE_GNOME= glib20
|
2021-03-13 01:14:45 +01:00
|
|
|
|
2011-11-23 02:53:31 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
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>
|