mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
25 lines
488 B
Makefile
25 lines
488 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cxxopts
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.1.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Lightweight C++ command line option parser
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:outsource
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jarro2783
|
|
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>
|