aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ifuse/Makefile
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2013-05-07 00:38:51 +0000
committerAlberto Villa <avilla@FreeBSD.org>2013-05-07 00:38:51 +0000
commitd93fb0ac05dd55e94c743f150345e7f69e7c4c1d (patch)
treed859d87e98983966c2b2206340e87e07bc4cec78 /sysutils/fusefs-ifuse/Makefile
parent9a02a4cbfab457636075550718ac501785a31749 (diff)
downloadports-d93fb0ac05dd55e94c743f150345e7f69e7c4c1d.tar.gz
ports-d93fb0ac05dd55e94c743f150345e7f69e7c4c1d.zip
Notes
Diffstat (limited to 'sysutils/fusefs-ifuse/Makefile')
-rw-r--r--sysutils/fusefs-ifuse/Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/sysutils/fusefs-ifuse/Makefile b/sysutils/fusefs-ifuse/Makefile
index 447a7b2cc35e..5a1a0b8d1af0 100644
--- a/sysutils/fusefs-ifuse/Makefile
+++ b/sysutils/fusefs-ifuse/Makefile
@@ -2,33 +2,32 @@
# $FreeBSD$
PORTNAME= ifuse
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
CATEGORIES= sysutils
MASTER_SITES= http://www.libimobiledevice.org/downloads/
PKGNAMEPREFIX= fusefs-
MAINTAINER= Gabor@Zahemszky.HU
-COMMENT= Mount iPod Touch / iPhone directories over USB
+COMMENT= FUSE-based filesystem for mounting iOS devices over USB
-# LICENSE= LGPL21
-# LICENSE_FILE= ${WRKSRC}/COPYING
-
-LIB_DEPENDS= imobiledevice.1:${PORTSDIR}/comms/libimobiledevice
+LICENSE= LGPL21
+LIB_DEPENDS= plist:${PORTSDIR}/devel/libplist \
+ imobiledevice:${PORTSDIR}/comms/libimobiledevice
RUN_DEPENDS= usbmuxd:${PORTSDIR}/comms/usbmuxd
-SUB_FILES= pkg-message
+USE_GNOME= glib20
+USES= fuse pkgconfig
USE_BZIP2= yes
-USES= fuse
-USE_GNOME= glib20 pkgconfig
-
GNU_CONFIGURE= yes
+CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_SAFE= yes
-CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/${PORTNAME}
+MAN1= ifuse.1
+
post-install:
@${CAT} ${PKGMESSAGE}