Add new port devel/cmake-modules-webos:
CMake modules from FreeWebOS project. WWW: http://freewebos.github.io/ PR: 194706 Submitted by: Petr Penzin
This commit is contained in:
parent
d085c0e427
commit
b5bb112135
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373397
@ -240,6 +240,7 @@
|
||||
SUBDIR += cmake-fedora
|
||||
SUBDIR += cmake-gui
|
||||
SUBDIR += cmake-modules
|
||||
SUBDIR += cmake-modules-webos
|
||||
SUBDIR += cmph
|
||||
SUBDIR += cmunge
|
||||
SUBDIR += cobf
|
||||
|
20
devel/cmake-modules-webos/Makefile
Normal file
20
devel/cmake-modules-webos/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cmake-modules-webos
|
||||
DISTVERSION= 1.0b
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= penzin.dev@gmail.com
|
||||
COMMENT= CMake modules needed to build WebOS components
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= FreeWebOS
|
||||
GH_TAGNAME= submissions/19
|
||||
GH_COMMIT= 5b5c38c
|
||||
|
||||
USES= cmake:outsource
|
||||
INSTALL_TARGET= install
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/cmake-modules-webos/distinfo
Normal file
2
devel/cmake-modules-webos/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cmake-modules-webos-1.0b.tar.gz) = 8eefa373eae0a491b9f3331e3e5a0984c1828c99d2b0a3586badd795a5b7a21f
|
||||
SIZE (cmake-modules-webos-1.0b.tar.gz) = 30282
|
3
devel/cmake-modules-webos/pkg-descr
Normal file
3
devel/cmake-modules-webos/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
CMake modules for WebOS builds that are part of FreeWebOS project.
|
||||
|
||||
WWW: http://freewebos.github.io/
|
3
devel/cmake-modules-webos/pkg-plist
Normal file
3
devel/cmake-modules-webos/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
share/cmake/Modules/webOS/LegacyDefines.cmake
|
||||
share/cmake/Modules/webOS/REFERENCE.md
|
||||
share/cmake/Modules/webOS/webOS.cmake
|
Loading…
Reference in New Issue
Block a user