pkgsrc/filesystems/fuse-ntfs-3g/Makefile

31 lines
903 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.21 2019/04/16 19:30:55 gdt Exp $
.include "../../filesystems/libntfs/Makefile.common"
PKGNAME= fuse-${DISTNAME:S/_ntfsprogs//}
CATEGORIES= filesystems
COMMENT= NTFS driver with read and write support
CONFIGURE_ARGS+= --disable-ntfsprogs
CONFIGURE_ARGS+= --enable-mount-helper
2018-04-07 21:46:21 +02:00
BUILD_DIRS= src
2014-09-10 14:15:15 +02:00
2018-04-07 21:46:21 +02:00
USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
.include "../../filesystems/libntfs/buildlink3.mk"
.if ${OPSYS} == "NetBSD"
.include "../../filesystems/perfuse/buildlink3.mk"
# fuse-ntfs-3g does not build with librefuse from netbsd-8.
# \todo Add a mechanism in mk/fuse.buildlink3.mk to declare this, rather
# than open-coding the changing of which bl3 line is used.
.include "../../filesystems/fuse/buildlink3.mk"
.else
# Find this platform's preferred FUSE implementation (normal approach).
.include "../../mk/fuse.buildlink3.mk"
.endif
.include "../../mk/bsd.pkg.mk"