707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
19 lines
316 B
Makefile
19 lines
316 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
|
|
|
|
USES= cmake
|
|
INSTALL_TARGET= install
|
|
|
|
.include <bsd.port.mk>
|