aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ifuse
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 06:59:48 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 06:59:48 +0000
commitdf0fa9fd8a2cb078e5f8133f0b622245ae3e5a1c (patch)
treec948f00500fe1c5164be9a13c1592d5ddfe4b0fd /sysutils/fusefs-ifuse
parentb7ac854ab42e52d83a983a513f3a736aba2dd017 (diff)
downloadports-df0fa9fd8a2cb078e5f8133f0b622245ae3e5a1c.tar.gz
ports-df0fa9fd8a2cb078e5f8133f0b622245ae3e5a1c.zip
1: Stagify.
2: new format of LIB_DEPENDS 3: switch to tar:bzip2.
Notes
Notes: svn path=/head/; revision=357423
Diffstat (limited to 'sysutils/fusefs-ifuse')
-rw-r--r--sysutils/fusefs-ifuse/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/sysutils/fusefs-ifuse/Makefile b/sysutils/fusefs-ifuse/Makefile
index 15839c8411e2..76d3efcea33d 100644
--- a/sysutils/fusefs-ifuse/Makefile
+++ b/sysutils/fusefs-ifuse/Makefile
@@ -12,23 +12,16 @@ COMMENT= FUSE-based filesystem for mounting iOS devices over USB
LICENSE= LGPL21
-LIB_DEPENDS= plist:${PORTSDIR}/devel/libplist \
- imobiledevice:${PORTSDIR}/comms/libimobiledevice
+LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist \
+ libimobiledevice.so:${PORTSDIR}/comms/libimobiledevice
RUN_DEPENDS= usbmuxd:${PORTSDIR}/comms/usbmuxd
USE_GNOME= glib20
-USES= fuse pkgconfig
-USE_BZIP2= yes
+USES= fuse pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-PLIST_FILES= bin/${PORTNAME}
-
-MAN1= ifuse.1
-
-NO_STAGE= yes
-post-install:
- @${CAT} ${PKGMESSAGE}
+PLIST_FILES= bin/${PORTNAME} man/man1/ifuse.1.gz
.include <bsd.port.mk>