OpenBSD-Unofficial-Ports/multimedia-librist/Makefile

38 lines
722 B
Makefile
Raw Permalink Normal View History

2024-03-12 23:16:38 -04:00
COMMENT = Reliable Internet Stream Transport library
2025-02-25 19:36:46 -05:00
VERSION = 0.2.11
2024-03-12 23:16:38 -04:00
DISTNAME = librist-v${VERSION}
PKGNAME = librist-${VERSION}
2025-02-25 19:36:46 -05:00
SHARED_LIBS = rist 0.0 # 4.4.0
2024-03-12 23:16:38 -04:00
CATEGORIES = multimedia
HOMEPAGE = https://code.videolan.org/rist/librist
2025-02-25 19:36:46 -05:00
MAINTAINER = "Ed <ed@groovyexpress.com>"
2024-03-12 23:16:38 -04:00
# BSD-2
PERMIT_PACKAGE = Yes
2024-06-25 19:44:41 -04:00
WANTLIB = ${COMPILER_LIBC} c pthread nettle hogweed gmp gnutls cjson
2024-03-12 23:16:38 -04:00
SITES = https://code.videolan.org/rist/librist/-/archive/v${VERSION}/
COMPILER = base-clang ports-gcc base-gcc
COMPILER_LANGS = c
MODULES = devel/meson
BUILD_DEPENDS = devel/meson
LIB_DEPENDS = devel/cjson \
security/gnutls \
security/libnettle
TEST_DEPENDS = devel/cmocka
NO_TEST = Yes
.include <bsd.port.mk>