opnsense-ports/sysutils/fusefs-bindfs/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

20 lines
417 B
Makefile

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>