32 lines
806 B
Makefile
32 lines
806 B
Makefile
# $OpenBSD: Makefile,v 1.19 2020/05/15 15:44:44 ajacoutot Exp $
|
|
|
|
COMMENT = Color Transformation Language interpreter
|
|
|
|
GH_ACCOUNT = ampas
|
|
GH_PROJECT = CTL
|
|
GH_TAGNAME = ctl-1.5.2
|
|
DISTNAME = ${GH_TAGNAME}
|
|
REVISION = 6
|
|
|
|
SHARED_LIBS += IlmCtl 1.0 # .2.0
|
|
SHARED_LIBS += IlmCtlMath 1.0 # .2.0
|
|
SHARED_LIBS += IlmCtlSimd 1.0 # .2.0
|
|
SHARED_LIBS += IlmImfCtl 1.0 # 1.5
|
|
|
|
CATEGORIES = graphics lang
|
|
HOMEPAGE = https://github.com/ampas/CTL/
|
|
|
|
# 3-clause BSD license
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Half-2_5 Iex-2_5 IexMath-2_5 IlmImf-2_5
|
|
WANTLIB += IlmThread-2_5 Imath-2_5 c m tiff
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
MODULES = devel/cmake
|
|
LIB_DEPENDS = graphics/openexr \
|
|
graphics/tiff
|
|
|
|
.include <bsd.port.mk>
|