Index: head/math/clfft/Makefile =================================================================== --- head/math/clfft/Makefile (revision 459113) +++ head/math/clfft/Makefile (revision 459114) @@ -1,36 +1,38 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= clfft PORTVERSION= 2.12.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= math -MAINTAINER= dieterich@ogolem.org +MAINTAINER= jmd@FreeBSD.org COMMENT= Software library containing FFT functions written in OpenCL LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd RUN_DEPENDS= opencl>=0:devel/opencl ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON_amd64= only builds and is supported on amd64 +USES= cmake +USE_LDCONFIG= yes +USE_CXXSTD= gnu++98 + USE_GITHUB= yes GH_ACCOUNT= clMathLibraries GH_PROJECT= clFFT - -USE_LDCONFIG= yes -USES= cmake CMAKE_ARGS+= -DBUILD_CLIENT=OFF \ -DBUILD_TEST=OFF \ -DBUILD_CALLBACK_CLIENT=OFF \ -DSUFFIX_LIB="" CMAKE_SOURCE_PATH= ${WRKSRC}/src .include