aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-opencolorio
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-02-13 21:58:38 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-02-13 21:58:38 +0000
commitda6d549ccfe06283a3a7263f220e0e11274239ba (patch)
tree5b96cab4fee8170a0b691f1a53805a0fa6453b65 /graphics/py-opencolorio
parent29d00dd9eb16db2ae53ffb7543af7889114f2373 (diff)
downloadports-da6d549ccfe06283a3a7263f220e0e11274239ba.tar.gz
ports-da6d549ccfe06283a3a7263f220e0e11274239ba.zip
graphics/opencolorio: 1.0.8 -> 1.0.9
- Updating to a557a85454 on the master branch. This is the 1.0.9 release plus some fixes needed to resolve some build issues. - Updating slave port graphics/opencolorio-tools - Adding new slave port graphics/py-opencolorio to allow concurrent python module installs. Python 2.7 and 3.3+ is supported. py3.2 fails - graphics/opencolorio uses python2 to generate documentation, using python3 fails to find the python module in the build dir, as this only relates to generating the docs we can limit the master port to py2.7 while there is no issue with py-opencolorio using python 2.7 or 3.3+ PR: 202577 Submitted by: FreeBSD@ShaneWare.Biz (maintainer)
Notes
Notes: svn path=/head/; revision=408830
Diffstat (limited to 'graphics/py-opencolorio')
-rw-r--r--graphics/py-opencolorio/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/py-opencolorio/Makefile b/graphics/py-opencolorio/Makefile
new file mode 100644
index 000000000000..3d5690b59b64
--- /dev/null
+++ b/graphics/py-opencolorio/Makefile
@@ -0,0 +1,12 @@
+# Created by: Shane Ambler <FreeBSD@Shaneware.biz>
+# $FreeBSD$
+
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+COMMENT= OpenColorIO python bindings
+
+MASTERDIR= ${.CURDIR}/../opencolorio
+OCIO_SLAVE= pymodule
+OPTIONS_EXCLUDE=DOCS
+
+.include "${MASTERDIR}/Makefile"