2020-06-30 00:06:57 +02:00
|
|
|
PORTNAME= securefs
|
2021-10-24 13:37:06 +02:00
|
|
|
PORTVERSION= 0.12.0
|
2021-11-05 19:56:36 +01:00
|
|
|
PORTREVISION= 1
|
2020-06-30 00:06:57 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
|
|
|
|
MAINTAINER= skozlov@FreeBSD.org
|
|
|
|
COMMENT= Filesystem in userspace with transparent encryption and decryption
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/netheril96/securefs
|
2020-06-30 00:06:57 +02:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
|
|
|
|
LIB_DEPENDS= libutf8proc.so:textproc/utf8proc \
|
|
|
|
libjsoncpp.so:devel/jsoncpp
|
|
|
|
|
2020-07-01 22:47:06 +02:00
|
|
|
USES= cmake compiler:c++11-lang fuse
|
2020-06-30 00:06:57 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lutf8proc -ljsoncpp
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= netheril96
|
|
|
|
PLIST_FILES= bin/securefs
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} "s|@GIT_VERSION@|${PORTVERSION}|" ${WRKSRC}/sources/git-version.cpp.in
|
|
|
|
${MV} ${WRKSRC}/sources/git-version.cpp.in ${WRKSRC}/sources/git-version.cpp
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|