summaryrefslogtreecommitdiff
path: root/graphics/py-openexr/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2016-02-07 20:59:19 +0000
committermarkd <markd>2016-02-07 20:59:19 +0000
commit443d4cc341e076eecf6968e87b975a19d799b102 (patch)
treeb6324b7a67aaae77186f2fc989da9c477071e8b0 /graphics/py-openexr/Makefile
parent6ce8156179fcc3f4f4027c091db50c4e41dbac3c (diff)
downloadpkgsrc-443d4cc341e076eecf6968e87b975a19d799b102.tar.gz
Add py-openexr 1.2.0
Python module for ILM's OpenEXR image format and library
Diffstat (limited to 'graphics/py-openexr/Makefile')
-rw-r--r--graphics/py-openexr/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/py-openexr/Makefile b/graphics/py-openexr/Makefile
new file mode 100644
index 00000000000..8c520eccf72
--- /dev/null
+++ b/graphics/py-openexr/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2016/02/07 20:59:19 markd Exp $
+
+DISTNAME= OpenEXR-1.2.0
+PKGNAME= ${PYPKGPREFIX}-openexr-1.2.0
+CATEGORIES= graphics python
+MASTER_SITES= http://excamera.com/files/
+
+MAINTAINER= markd@NetBSD.org
+HOMEPAGE= http://www.excamera.com/sphinx/articles-openexr.html
+COMMENT= Python module for ILM's OpenEXR image format and library
+#LICENSE= unknown
+
+USE_LANGUAGES= c c++
+
+SUBST_CLASSES= fix-path
+SUBST_MESSAGE.fix-path= Fixing paths.
+SUBST_STAGE.fix-path= pre-configure
+SUBST_FILES.fix-path= setup.py
+SUBST_SED.fix-path= -e 's,/usr/include/OpenEXR,${BUILDLINK_PREFIX.openexr}/include/OpenEXR,'
+SUBST_SED.fix-path+= -e 's,/usr/local/lib,${BUILDLINK_PREFIX.openexr}/lib,'
+
+
+.include "../../graphics/openexr/buildlink3.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"