opnsense-ports/sysutils/fusefs-bindfs/Makefile
Franco Fichtner 8ed126f8d6 */*: sync with upstream
Taken from: HardenedBSD
2020-06-22 10:27:14 +02:00

21 lines
429 B
Makefile

# $FreeBSD$
PORTNAME= bindfs
DISTVERSION= 1.14.7
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>