28 lines
568 B
Makefile
28 lines
568 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cxxopts
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.2.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_TESTS 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>
|