734b61f327
Approved by: portmgr (implicit)
25 lines
626 B
Makefile
25 lines
626 B
Makefile
# Created by: James Bowman <jamesb-bsd@excamera.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openexr
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 6
|
|
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
|
|
|
|
LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
MASTER_SITE_SUBDIR=source/O/OpenEXR
|
|
|
|
post-extract:
|
|
${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|