openbsd-ports/graphics/ctl/Makefile

29 lines
684 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.7 2013/03/21 08:45:18 ajacoutot Exp $
COMMENT = Color Transformation Language interpreter
DISTNAME = ctl-1.4.1
2012-12-23 07:25:30 -05:00
REVISION = 0
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
2012-12-23 07:25:30 -05:00
WANTLIB = m stdc++ Half Iex IlmThread Imath pthread
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ampasctl/}
2010-11-17 03:05:12 -05:00
LIB_DEPENDS = graphics/ilmbase
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>