pkgsrc/filesystems/fuse-bindfs/Makefile
2017-12-24 09:49:30 +00:00

21 lines
530 B
Makefile

# $NetBSD: Makefile,v 1.5 2017/12/24 09:49:30 wiz Exp $
DISTNAME= bindfs-1.8.4
PKGNAME= fuse-${DISTNAME}
PKGREVISION= 1
CATEGORIES= filesystems
MASTER_SITES= http://bindfs.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://bindfs.org/
COMMENT= Remounts file system subtrees in arbitrary locations
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= autoconf gmake pkg-config
CPPFLAGS.NetBSD+= -D_NETBSD_SOURCE
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"