mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
Release Notes: https://cmake.org/cmake/help/v3.22/release/3.22.html Exp-run by: antoine PR: 260123
19 lines
333 B
Makefile
19 lines
333 B
Makefile
PORTNAME= kms-cmake-utils
|
|
DISTVERSION= 6.16.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= CMake common files used to build all Kurento C/C++ projects
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Kurento
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_SUB= CMAKE_VERSION=3.22
|
|
|
|
.include <bsd.port.mk>
|