summaryrefslogtreecommitdiff
path: root/filesystems/fuse-ntfs-3g/Makefile
diff options
context:
space:
mode:
authorpooka <pooka>2007-02-26 19:55:28 +0000
committerpooka <pooka>2007-02-26 19:55:28 +0000
commit54bf693943c7066431959bcafa537eaa660fa958 (patch)
treea97b6cbb0ab25cf53a1e4374584df2288e14ef21 /filesystems/fuse-ntfs-3g/Makefile
parent3048d3d60a4d0545124ef32539d4d1755670e78e (diff)
downloadpkgsrc-54bf693943c7066431959bcafa537eaa660fa958.tar.gz
fuse-ntfs-3g package, proven to work under NetBSD-current.
The original work in pkg'izing this was done by <xtraeme>.
Diffstat (limited to 'filesystems/fuse-ntfs-3g/Makefile')
-rw-r--r--filesystems/fuse-ntfs-3g/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/filesystems/fuse-ntfs-3g/Makefile b/filesystems/fuse-ntfs-3g/Makefile
new file mode 100644
index 00000000000..2c35160e3b0
--- /dev/null
+++ b/filesystems/fuse-ntfs-3g/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/02/26 19:55:28 pooka Exp $
+#
+
+DISTNAME= ntfs-3g-1.0
+PKGNAME= fuse-${DISTNAME}
+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
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= autoconf gmake pkg-config
+
+pre-configure:
+ cd ${WRKSRC} && autoconf
+
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"