summaryrefslogtreecommitdiff
path: root/filesystems/fuse-ext2/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2011-07-09 15:27:11 +0000
committertron <tron@pkgsrc.org>2011-07-09 15:27:11 +0000
commit2c380140922d4018ce7c71640f490321f896f8af (patch)
tree94d72f2e80cdc920fa218d04ae657c17e6119c04 /filesystems/fuse-ext2/Makefile
parent678bc543050aad3537da612716eb7ce702de170b (diff)
downloadpkgsrc-2c380140922d4018ce7c71640f490321f896f8af.tar.gz
Import new "fuse-ext2" package:
Fuse-ext2 is a multi OS FUSE module to mount ext2 and ext3 file system devices and/or images with read write support. Please note that this file-system only works under NetBSD if the "librefuse" library on your system contains this bug fix: - http://mail-index.netbsd.org/source-changes/2011/07/09/msg024410.html - http://releng.netbsd.org/cgi-bin/req-5.cgi?show=1648
Diffstat (limited to 'filesystems/fuse-ext2/Makefile')
-rw-r--r--filesystems/fuse-ext2/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/filesystems/fuse-ext2/Makefile b/filesystems/fuse-ext2/Makefile
new file mode 100644
index 00000000000..49d3772d581
--- /dev/null
+++ b/filesystems/fuse-ext2/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/07/09 15:27:11 tron Exp $
+
+DISTNAME= fuse-ext2-0.0.7
+CATEGORIES= filesystems
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-ext2/fuse-ext2/${DISTNAME}/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://alperakcan.org/projects/fuse-ext2/
+COMMENT= FUSE file-system to mount ext2 and ext3 file system
+LICENSE= gnu-gpl-v2
+
+ONLY_FOR_PLATFORM= Linux-*-* NetBSD-*-*
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= autoheader automake autoreconf gmake pkg-config
+USE_LANGUAGES= c c++
+
+pre-configure:
+ cd ${WRKSRC} && autoreconf --verbose --install --force
+
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"