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
21 lines
381 B
Makefile
21 lines
381 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= librolegen
|
|
PORTVERSION= 1.0b
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= penzin.dev@gmail.com
|
|
COMMENT= Library to dynamically generate webOS system bus role files
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/cmake/Modules/webOS/webOS.cmake:devel/cmake-modules-webos
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= FreeWebOS
|
|
|
|
USES= cmake
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|