2013-04-23 09:59:07 +02:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
2005-09-15 17:22:13 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= exrtools
|
|
|
|
PORTVERSION= 0.4
|
2014-12-25 21:54:41 +01:00
|
|
|
PORTREVISION= 12
|
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
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \
|
|
|
|
libpng.so:graphics/png
|
2005-09-15 17:22:13 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2015-06-22 20:33:20 +02:00
|
|
|
USES= gmake jpeg pkgconfig
|
2005-09-15 17:22:13 +02:00
|
|
|
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
|
|
|
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>
|