diff options
author | tron <tron@pkgsrc.org> | 2011-07-09 15:27:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-07-09 15:27:11 +0000 |
commit | 2c380140922d4018ce7c71640f490321f896f8af (patch) | |
tree | 94d72f2e80cdc920fa218d04ae657c17e6119c04 /filesystems/fuse-ext2/Makefile | |
parent | 678bc543050aad3537da612716eb7ce702de170b (diff) | |
download | pkgsrc-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/Makefile | 25 |
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" |