blob: 2cc194df13fa151c8135b5f98394fa1ee254a6ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= bindfs
DISTVERSION= 1.14.8
CATEGORIES= sysutils
MASTER_SITES= https://bindfs.org/downloads/
PKGNAMEPREFIX= fusefs-
MAINTAINER= doralitze@chaotikum.org
COMMENT= FUSE based bindfs implementation way more powerful than nullfs
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= fuse localbase:ldflags pkgconfig
GNU_CONFIGURE= yes
PLIST_FILES= bin/bindfs \
man/man1/bindfs.1.gz
.include <bsd.port.mk>
|