summaryrefslogtreecommitdiff
path: root/filesystems/fuse-bindfs/Makefile
blob: 68a7be4e5d37ddc77306f96c8daa581258a93a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $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"