summaryrefslogtreecommitdiff
path: root/graphics/openimageio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/openimageio/Makefile')
-rw-r--r--graphics/openimageio/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 92b283d1de8..28d93827bfb 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2013/02/06 23:21:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2013/02/10 23:22:36 ryoon Exp $
-DISTNAME= Release-1.1.2
+DISTNAME= oiio-Release-1.1.5
PKGNAME= ${DISTNAME:S/Release/openimageio/}
-PKGREVISION= 2
CATEGORIES= graphics
-MASTER_SITES= https://github.com/OpenImageIO/oiio/archive/
+MASTER_SITES= -https://github.com/OpenImageIO/oiio/archive/Release-1.1.5.tar.gz
FETCH_USING= curl
MAINTAINER= ryoon@NetBSD.org
@@ -12,7 +11,7 @@ HOMEPAGE= https://sites.google.com/site/openimageio/
COMMENT= OpenImageIO is a library for reading and writing images
LICENSE= modified-bsd
-WRKSRC= ${WRKDIR}/oiio-${DISTNAME}/src
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_CMAKE= yes
USE_LANGUAGES= c c++