Files
Max Brazhnikov 75cb7c553c security/libomemo-c: update to 0.5.1
- Switch to meson (cmake fails to detect protobuf-c properly).
- Use PLIST_SUB to reduce diff on future updates.
2025-04-09 11:07:41 +03:00

22 lines
422 B
Makefile

PORTNAME= libomemo-c
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.1
CATEGORIES= security
MAINTAINER= kde@FreeBSD.org
COMMENT= Implementation of the ratcheting forward secrecy protocol
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c
USES= meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= dino
MESON_ARGS= -Dtests=false
PLIST_SUB= SHLIB_VER=${DISTVERSION}
.include <bsd.port.mk>