freebsd-ports/devel/kms-cmake-utils/Makefile
Loïc Bartoletti 2d34c2bfea devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
2022-05-16 08:49:43 +02:00

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.23
.include <bsd.port.mk>