freebsd-ports/graphics/py-openexr/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

24 lines
578 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:graphics/OpenEXR
USES= python
USE_PYTHON= distutils autoplist
post-extract:
${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py
.include <bsd.port.mk>