# $NetBSD: Makefile,v 1.10 2020/05/23 10:33:16 rillig Exp $
DISTNAME= fuse-ext2-0.0.7
PKGREVISION= 2
CATEGORIES= filesystems
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-ext2/fuse-ext2/${DISTNAME}/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://alperakcan.net/projects/fuse-ext2/
COMMENT= FUSE file-system to mount ext2 and ext3 file system
LICENSE= gnu-gpl-v2
ONLY_FOR_PLATFORM= Linux-*-* NetBSD-*-*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= autoheader automake autoreconf gmake pkg-config
USE_LANGUAGES= c c++
INSTALLATION_DIRS= lib/umview/modules
CHECK_PORTABILITY_SKIP= tools/macosx/fuse-ext2.fs/fuse-ext2.util
pre-configure:
cd ${WRKSRC} && autoreconf --verbose --install --force
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>