freebsd-ports/sysutils/fusefs-ifuse/Makefile
Jason E. Hale cb736133d3 sysutils/fusefs-ifuse: Update to 1.1.4
Fix LICENSE and add LICENSE_FILE.
Convert CFLAGS/LDFLAGS to USES=localbase.
Pet portlint(1).

PR:		252889
Submitted by:	jhale
Approved by:	maintainer timeout (7 weeks)
2021-03-13 00:14:45 +00:00

27 lines
657 B
Makefile

# Created by: Gabor Zahemszky
# $FreeBSD$
PORTNAME= ifuse
PORTVERSION= 1.1.4
CATEGORIES= sysutils
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
PKGNAMEPREFIX= fusefs-
MAINTAINER= danilo@FreeBSD.org
COMMENT= FUSE-based filesystem for mounting iOS devices over USB
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libplist-2.0.so:devel/libplist \
libimobiledevice-1.0.so:comms/libimobiledevice
RUN_DEPENDS= usbmuxd:comms/usbmuxd
USES= fuse localbase gnome pkgconfig tar:bzip2
USE_GNOME= glib20
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME} man/man1/ifuse.1.gz
.include <bsd.port.mk>