freebsd-ports/devel/libflatarray/Makefile
Jan Beich 0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00

22 lines
510 B
Makefile

# Created by: Kurt Kanzenbach <kurt@kmk-computers.de>
# $FreeBSD$
PORTNAME= libflatarray
PORTVERSION= 0.3.0
PORTREVISION= 11
CATEGORIES= devel science
MASTER_SITES= http://www.libgeodecomp.org/archive/
MAINTAINER= kurt@kmk-computers.de
COMMENT= Struct of arrays library with object oriented interface for C++
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= boost-libs>=1.48:devel/boost-libs
USES= cmake:outsource compiler:c++11-lib
CMAKE_ARGS= -DWITH_CUDA:BOOL=FALSE
.include <bsd.port.mk>