1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/sysutils/fusefs-ifuse/Makefile
Alberto Villa 142996a9dd iFuse is a tool to reach iPod Touch and iPhone filesystems over USB
(w/out the need of JailBreaking, and installing SSH-server on your iGadget).
iFuse is useful if you want to mount the device manually or
if you do not have GNOME with GVFS or KDE with kio-ufc installed

WWW: http://www.libimobiledevice.org

Submitted by:	Gabor Zahemszky <gabor@zahemszky.hu> via e-mail
Feature safe:	yes
2011-11-23 01:53:31 +00:00

44 lines
1.0 KiB
Makefile

# New ports collection makefile for: fusefs-ifuse
# Date created: 09 October 2011
# Whom: Gabor Zahemszky
#
# $FreeBSD$
#
PORTNAME= ifuse
PORTVERSION= 1.1.1
CATEGORIES= sysutils
MASTER_SITES= http://www.libimobiledevice.org/downloads/
PKGNAMEPREFIX= fusefs-
MAINTAINER= Gabor@Zahemszky.HU
COMMENT= Mount iPod Touch / iPhone directories over USB
# LICENSE= LGPL21
# LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
imobiledevice.1:${PORTSDIR}/comms/libimobiledevice
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod \
usbmuxd:${PORTSDIR}/comms/usbmuxd
SUB_FILES= pkg-message
USE_BZIP2= yes
USE_GNOME= glib20 pkgconfig
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_SAFE= yes
CFLAGS+= -I${LOCALBASE}/include
CFLAGS+= ${PTHREAD_CFLAGS}
PLIST_FILES= bin/${PORTNAME}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>