1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

1: Stagify.

2: new format of LIB_DEPENDS
3: switch to tar:bzip2.
This commit is contained in:
Vanilla I. Shu 2014-06-11 06:59:48 +00:00
parent b7ac854ab4
commit df0fa9fd8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357423

View File

@ -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>