summaryrefslogtreecommitdiff
path: root/filesystems/fuse-ntfs-3g/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-ntfs-3g/Makefile')
-rw-r--r--filesystems/fuse-ntfs-3g/Makefile19
1 files changed, 4 insertions, 15 deletions
diff --git a/filesystems/fuse-ntfs-3g/Makefile b/filesystems/fuse-ntfs-3g/Makefile
index ba7cf82870f..71d0dbf52fe 100644
--- a/filesystems/fuse-ntfs-3g/Makefile
+++ b/filesystems/fuse-ntfs-3g/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2015/11/10 17:45:22 adam Exp $
+# $NetBSD: Makefile,v 1.20 2018/04/07 19:46:21 adam Exp $
.include "../../filesystems/libntfs/Makefile.common"
@@ -10,22 +10,11 @@ COMMENT= NTFS driver with read and write support
CONFIGURE_ARGS+= --disable-ntfsprogs
CONFIGURE_ARGS+= --enable-mount-helper
-BUILD_DIRS= src
+NOT_FOR_PLATFORM= NetBSD-*-* # ancient fuse API
-USE_TOOLS+= pkg-config
+BUILD_DIRS= src
-PLIST_VARS+= lowntfs
-.include "../../mk/bsd.prefs.mk"
-SUBST_CLASSES+= lowntfs
-SUBST_MESSAGE.lowntfs= Dealing with lowntfs.
-SUBST_STAGE.lowntfs= pre-configure
-SUBST_FILES.lowntfs= src/Makefile.in
-.if ${OPSYS} == "NetBSD"
-SUBST_SED.lowntfs= -e 's,@ENABLE_LOWNTFS@,\#,'
-.else
-SUBST_SED.lowntfs= -e 's,@ENABLE_LOWNTFS@,,'
-PLIST.lowntfs= yes
-.endif
+USE_TOOLS+= pkg-config
.include "../../filesystems/libntfs/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"