freebsd-ports/sysutils/fusefs-exfat/Makefile
Oleksii Samorukov d30a157976 sysutils/fusefs-exfat: Pass "automounted" option into kernel and remove user option
Based on upstream patches from the project repository

PR: 255213
Reported by: fbsd@any.com.ru
2021-11-24 20:56:11 +00:00

27 lines
625 B
Makefile

# Created by: Alex Samorukov <samm@freebsd.org>
PORTNAME= exfat
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-
MAINTAINER= samm@FreeBSD.org
COMMENT= Full-featured exFAT FS implementation as a FUSE module
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libublio.so:devel/libublio
USES= autoreconf cpe fuse localbase pkgconfig
CPE_VENDOR= ${PORTNAME}_project
USE_GITHUB= yes
GH_ACCOUNT= relan
GNU_CONFIGURE= yes
MAKE_ARGS= SUBDIRS="libexfat fuse"
PLIST_FILES= sbin/mount.exfat-fuse sbin/mount.exfat man/man8/mount.exfat-fuse.8.gz
.include <bsd.port.mk>