aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/OpenEXR/Makefile
blob: 31bfe16c6dfd430e20297a2a51719526f9c55cb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:    OpenEXR
# Date created:             2003/01/26
# Whom:                 nork@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   OpenEXR
PORTVERSION=    1.6.0
PORTREVISION=   0
DISTNAME=   ${PORTNAME:L}-${PORTVERSION}
CATEGORIES= graphics devel
MASTER_SITES=   ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME:L}

MAINTAINER= nork@FreeBSD.org
COMMENT=    A high dynamic-range (HDR) image file format

LIB_DEPENDS=    Half.6:${PORTSDIR}/graphics/ilmbase

USE_GMAKE=  yes
USE_GNOME=  pkgconfig
USE_LDCONFIG=   yes
USE_AUTOTOOLS=  libtool:15
GNU_CONFIGURE=  YES

CONFIGURE_ARGS+=--enable-imfexamples

WRKSRC=     ${WRKDIR}/${PORTNAME:L}-${PORTVERSION}

.include <bsd.port.mk>