diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-06-09 15:43:51 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-06-09 15:43:51 +0000 |
commit | 2c35d214c7188108e6fda3c4580c64ed85511cce (patch) | |
tree | a3a7757ab84241631bdc06ad4c89f05d67cda7da /graphics/OpenEXR/Makefile | |
parent | 75f45d18d3cdae9b58ccb464f22a85c338347cfe (diff) |
Update to 1.2.1.
PR: ports/67743
Submitted by: ijliao
Notes
Notes:
svn path=/head/; revision=111164
Diffstat (limited to 'graphics/OpenEXR/Makefile')
-rw-r--r-- | graphics/OpenEXR/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index 6959395f848b..9a3463c20df0 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -6,16 +6,18 @@ # PORTNAME= OpenEXR -PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTVERSION= 1.2.1 +PORTREVISION= 0 CATEGORIES= graphics devel -MASTER_SITES= http://www.openexr.com/downloads/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= openexr MAINTAINER= nork@FreeBSD.org -COMMENT= OpenEXR, a high dynamic-range (HDR) image file format developed by ILM +COMMENT= A high dynamic-range (HDR) image file format USE_LIBTOOL_VER=13 GNU_CONFIGURE= YES +USE_GMAKE= yes INSTALLS_SHLIB= YES EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${PORTVERSION} |