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/Makefile24
1 files changed, 9 insertions, 15 deletions
diff --git a/filesystems/fuse-ntfs-3g/Makefile b/filesystems/fuse-ntfs-3g/Makefile
index 42182863dab..df5c5fda361 100644
--- a/filesystems/fuse-ntfs-3g/Makefile
+++ b/filesystems/fuse-ntfs-3g/Makefile
@@ -1,23 +1,17 @@
-# $NetBSD: Makefile,v 1.16 2012/10/03 16:08:32 asau Exp $
-#
+# $NetBSD: Makefile,v 1.17 2014/05/19 12:22:06 adam Exp $
-DISTNAME= ntfs-3g-1.1120
-PKGNAME= fuse-${DISTNAME}
+.include "../../filesystems/libntfs/Makefile.common"
+
+PKGNAME= fuse-${DISTNAME:S/_ntfsprogs//}
CATEGORIES= filesystems
-MASTER_SITES= http://www.ntfs-3g.org/
-EXTRACT_SUFX= .tgz
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.ntfs-3g.org/
-COMMENT= NTFS driver for Linux/FreeBSD/NetBSD with read and write support
+COMMENT= NTFS driver with read and write support
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config
+CONFIGURE_ARGS+= --disable-ntfsprogs
+CONFIGURE_ARGS+= --enable-mount-helper
-CONFIGURE_ARGS+= --exec-prefix=${PREFIX}
-CONFIGURE_ARGS+= --disable-ldconfig
+BUILD_DIRS= src
+.include "../../filesystems/libntfs/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"