openbsd-ports/graphics/ctl/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

32 lines
757 B
Makefile

# $OpenBSD: Makefile,v 1.4 2012/03/29 13:38:30 sthen 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++ Half Iex IlmThread Imath
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ampasctl/}
LIB_DEPENDS = graphics/ilmbase
SEPARATE_BUILD = Yes
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>