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
29 lines
564 B
Makefile
29 lines
564 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cxxopts
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Lightweight C++ command line option parser
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jarro2783
|
|
|
|
CMAKE_OFF= CXXOPTS_BUILD_EXAMPLES
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= include/cxxopts.hpp \
|
|
lib/cmake/cxxopts/cxxopts-config-version.cmake \
|
|
lib/cmake/cxxopts/cxxopts-config.cmake \
|
|
lib/cmake/cxxopts/cxxopts-targets.cmake
|
|
|
|
.include <bsd.port.mk>
|