CMake modules from FreeWebOS project. WWW: http://freewebos.github.io/ PR: 194706 Submitted by: Petr Penzin
20 lines
345 B
Makefile
20 lines
345 B
Makefile
# $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>
|