mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
23 lines
453 B
Makefile
23 lines
453 B
Makefile
# Created by: Viacheslav Mikerov <SlavaMikerov@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libfmt
|
|
PORTVERSION= 3.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= SlavaMikerov@gmail.com
|
|
COMMENT= Fmt is an open-source formatting library for C++
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fmtlib
|
|
GH_PROJECT= fmt
|
|
|
|
USES= cmake:outsource compiler:c++11-lib
|
|
CMAKE_ARGS= -DFMT_DOC=OFF
|
|
OPTIONS_DEFINE= TEST
|
|
TEST_CMAKE_OFF= -DFMT_TEST=OFF
|
|
|
|
.include <bsd.port.mk>
|