openbsd-ports/graphics/ctl/Makefile
jasper eff3331914 import ctl 1.4.1
The Color Transformation Language, or "CTL," is a portable and
platform-independent scripting language and interpreter, is intended to
be used as a building block for color management systems as well as for
sharing transforms in a common format.

from John Danks, with some tweaks by me
2009-11-12 12:31:44 +00:00

32 lines
770 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 12:31:44 jasper Exp $
COMMENT = Color Transformation Language interpreter
DISTNAME = ctl-1.4.1
SHARED_LIBS += IlmCtl 0.0 # .2.0
SHARED_LIBS += IlmCtlMath 0.0 # .2.0
SHARED_LIBS += IlmCtlSimd 0.0 # .2.0
CATEGORIES = graphics lang
HOMEPAGE = http://www.oscars.org/science-technology/council/projects/ctl.html
# 3-clause BSD license
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = m stdc++
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ampasctl/}
LIB_DEPENDS = Half,Iex,IlmThread,Imath::graphics/ilmbase
SEPARATE_BUILD = concurrent
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>