f09dc2d8ec
Reported by: portscout
29 lines
677 B
Makefile
29 lines
677 B
Makefile
PORTNAME= cxxopts
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.1.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Lightweight C++ command line option parser
|
|
WWW= https://github.com/jarro2783/cxxopts
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:testing compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jarro2783
|
|
|
|
CMAKE_OFF= CXXOPTS_BUILD_TESTS CXXOPTS_BUILD_EXAMPLES
|
|
CMAKE_TESTING_ON= CXXOPTS_BUILD_TESTS
|
|
|
|
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 \
|
|
libdata/pkgconfig/cxxopts.pc
|
|
|
|
.include <bsd.port.mk>
|