mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
37 lines
936 B
Makefile
37 lines
936 B
Makefile
PORTNAME= securefs
|
|
DISTVERSION= 1.0.0
|
|
PORTREVISION= 2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= filesystems
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Filesystem in userspace with transparent encryption and decryption
|
|
WWW= https://github.com/netheril96/securefs
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/tclap/TCLAPConfig.h:devel/tclap
|
|
LIB_DEPENDS= libabsl_strings.so:devel/abseil \
|
|
libargon2.so:security/libargon2 \
|
|
libcryptopp.so:security/cryptopp \
|
|
libfruit.so:devel/fruit \
|
|
libprotobuf.so:devel/protobuf \
|
|
libuni-algo.so:textproc/uni-algo
|
|
|
|
USES= cmake compiler:c++17-lang fuse pkgconfig sqlite
|
|
|
|
CMAKE_OFF= SECUREFS_ADDRESS_SANITIZE \
|
|
SECUREFS_ENABLE_INTEGRATION_TEST \
|
|
SECUREFS_ENABLE_UNIT_TEST \
|
|
SECUREFS_LINK_PROFILER \
|
|
SECUREFS_USE_FUSET \
|
|
SECUREFS_USE_VCPKG
|
|
|
|
PLIST_FILES= bin/securefs
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= netheril96
|
|
|
|
.include <bsd.port.mk>
|