1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/libflatarray/Makefile
2021-04-06 16:31:07 +02:00

22 lines
488 B
Makefile

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