aboutsummaryrefslogblamecommitdiff
path: root/graphics/librtprocess/Makefile
blob: a3a3b0c39de3eb15978491d0d47b9f1645b3cd23 (plain) (tree)
1
2
3
4
5
6
7
                            
                      



                                                
                                                      











                        



                                     
                      
PORTNAME=	librtprocess
PORTVERSION=	0.12.0
CATEGORIES=	graphics

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	Library for raw image processing
WWW=		https://github.com/CarVac/librtprocess

LICENSE=	GPLv3+

USES=		cmake
USE_GITHUB=	yes
GH_ACCOUNT=	CarVac
USE_LDCONFIG=	yes

.if !defined(WITH_DEBUG)
CXXFLAGS+=	-DNDEBUG
.endif

.if !exists(/usr/include/omp.h)
CMAKE_ARGS+=	-DOPTION_OMP:BOOL=OFF
.endif

.include <bsd.port.mk>