Pullup ticket #3123 - requested by taca
[pkgsrc.git] / filesystems / fuse-bindfs / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=       bindfs-1.8.4
5 PKGNAME=        fuse-${DISTNAME}
6 CATEGORIES=     filesystems
7 MASTER_SITES=   http://bindfs.googlecode.com/files/
8
9 MAINTAINER=     pkgsrc-users@NetBSD.org
10 HOMEPAGE=       http://code.google.com/p/bindfs/
11 COMMENT=        Remounts file system subtrees in arbitrary locations
12 LICENSE=        gnu-gpl-v2
13
14 PKG_DESTDIR_SUPPORT=    user-destdir
15
16 GNU_CONFIGURE=  yes
17 USE_LANGUAGES=  c c++
18 USE_TOOLS+=     autoconf gmake pkg-config
19
20 CPPFLAGS.NetBSD+=       -D_NETBSD_SOURCE
21
22 .include "../../mk/fuse.buildlink3.mk"
23 .include "../../mk/bsd.pkg.mk"