mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
e34589d0eb
dependency for siril okay op@
25 lines
420 B
Makefile
25 lines
420 B
Makefile
COMMENT = RawTherapee algorithms as a library
|
|
|
|
GH_ACCOUNT = CarVac
|
|
GH_PROJECT = librtprocess
|
|
GH_TAGNAME = 0.12.0
|
|
|
|
SHARED_LIBS += rtprocess 0.0 # 0.0
|
|
|
|
CATEGORIES = graphics
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# same as rawtherapee, obviously
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} m
|
|
|
|
MODULES = devel/cmake
|
|
CONFIGURE_ARGS = -DOPTION_OMP=OFF
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|