707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
22 lines
500 B
Makefile
22 lines
500 B
Makefile
# Created by: Kurt Kanzenbach <kurt@kmk-computers.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libflatarray
|
|
PORTVERSION= 0.3.0
|
|
PORTREVISION= 13
|
|
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 compiler:c++11-lib
|
|
|
|
CMAKE_ARGS= -DWITH_CUDA:BOOL=FALSE
|
|
|
|
.include <bsd.port.mk>
|