diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-11 06:59:48 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-11 06:59:48 +0000 |
commit | df0fa9fd8a2cb078e5f8133f0b622245ae3e5a1c (patch) | |
tree | c948f00500fe1c5164be9a13c1592d5ddfe4b0fd /sysutils/fusefs-ifuse | |
parent | b7ac854ab42e52d83a983a513f3a736aba2dd017 (diff) | |
download | ports-df0fa9fd8a2cb078e5f8133f0b622245ae3e5a1c.tar.gz ports-df0fa9fd8a2cb078e5f8133f0b622245ae3e5a1c.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-ifuse')
-rw-r--r-- | sysutils/fusefs-ifuse/Makefile | 15 |
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> |