2013-09-20 20:35:44 +02:00
|
|
|
# Created by: James Bowman <jamesb-bsd@excamera.com>
|
2010-10-11 03:55:13 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= openexr
|
|
|
|
PORTVERSION= 1.2.0
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 6
|
2010-10-11 03:55:13 +02:00
|
|
|
CATEGORIES= graphics python
|
|
|
|
MASTER_SITES= http://excamera.com/files/ \
|
|
|
|
CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= OpenEXR-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= jamesb-bsd@excamera.com
|
|
|
|
COMMENT= Python module for ILM's OpenEXR image format and library
|
|
|
|
|
2014-07-14 01:36:40 +02:00
|
|
|
LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR
|
2010-10-11 03:55:13 +02:00
|
|
|
|
2014-10-21 18:36:12 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
MASTER_SITE_SUBDIR=source/O/OpenEXR
|
|
|
|
|
2010-10-11 03:55:13 +02:00
|
|
|
post-extract:
|
|
|
|
${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|