ajacoutot 227deda258 Put REVISION where it belongs.
Regen PLIST while here.
2017-12-03 13:32:52 +00:00

35 lines
830 B
Makefile

# $OpenBSD: Makefile,v 1.13 2017/12/03 13:32:52 ajacoutot Exp $
COMMENT = Color Transformation Language interpreter
V = 1.5.2
DISTNAME = ctl-$V
REVISION = 1
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_CDROM = Yes
WANTLIB += Half Iex IexMath IlmImf IlmThread Imath c m pthread
WANTLIB += ${COMPILER_LIBCXX} tiff
GH_ACCOUNT = ampas
GH_PROJECT = ctl
GH_TAGNAME = ctl-${V}
MASTER_SITES = ${MASTER_SITES_GITHUB}
MODULES = devel/cmake
LIB_DEPENDS = graphics/openexr \
graphics/tiff
WRKDIST = ${WRKDIR}/CTL-ctl-$V
.include <bsd.port.mk>