2013-04-23 09:59:07 +02:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
2005-09-15 17:22:13 +02:00
|
|
|
|
|
|
|
PORTNAME= exrtools
|
|
|
|
PORTVERSION= 0.4
|
2021-08-03 13:35:40 +02:00
|
|
|
PORTREVISION= 29
|
2005-09-15 17:22:13 +02:00
|
|
|
CATEGORIES= graphics
|
2005-09-17 02:04:28 +02:00
|
|
|
MASTER_SITES= http://scanline.ca/exrtools/ \
|
2015-01-06 10:38:13 +01:00
|
|
|
LOCAL/ehaupt
|
2005-09-15 17:22:13 +02:00
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2005-09-15 17:22:13 +02:00
|
|
|
COMMENT= Utilities for manipulating with HDR images in OpenEXR format
|
|
|
|
|
2011-12-27 16:14:23 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2021-04-11 20:39:56 +02:00
|
|
|
LIB_DEPENDS= libImath.so:math/Imath \
|
2016-08-08 16:24:27 +02:00
|
|
|
libpng.so:graphics/png \
|
2021-04-11 20:39:56 +02:00
|
|
|
libOpenEXR.so:graphics/openexr
|
2005-09-15 17:22:13 +02:00
|
|
|
|
2018-12-20 09:21:40 +01:00
|
|
|
USES= compiler:c++11-lang gmake jpeg localbase:ldflags pkgconfig
|
2017-05-27 22:33:22 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-09-15 17:22:13 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|<values\.h>|<float.h>|' \
|
|
|
|
${WRKSRC}/src/exrnormalize.c \
|
|
|
|
${WRKSRC}/src/exrpptm.c \
|
|
|
|
${WRKSRC}/src/exrstats.c
|
2007-10-04 03:14:50 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|