ports/devel/libflatarray/Makefile
Jan Beich 98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00

22 lines
509 B
Makefile

# Created by: Kurt Kanzenbach <kurt@kmk-computers.de>
# $FreeBSD$
PORTNAME= libflatarray
PORTVERSION= 0.3.0
PORTREVISION= 7
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>