pkgsrc/filesystems/fuse-bindfs/Makefile

24 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.8 2022/01/27 04:24:05 pho Exp $
DISTNAME= bindfs-1.15.1
PKGNAME= fuse-${DISTNAME}
CATEGORIES= filesystems
MASTER_SITES= https://bindfs.org/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://bindfs.org/
COMMENT= Remounts file system subtrees in arbitrary locations
LICENSE= gnu-gpl-v2
USE_FEATURES= getline
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= automake autoreconf gmake pkg-config
USE_LIBTOOL= yes
pre-configure:
cd ${WRKSRC} && autoreconf
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"