[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / openimageio

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/graphics/openimageio/Makefile between version 1.2 and 1.9

version 1.2, 2012/12/08 22:47:40 version 1.9, 2013/02/27 15:19:02
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       Release-1.1.2  OIIOVER=        1.1.7
 PKGNAME=        ${DISTNAME:S/Release/openimageio/}  DISTNAME=       oiio-Release-${OIIOVER}
   PKGNAME=        ${DISTNAME:S/oiio-Release/openimageio/}
 CATEGORIES=     graphics  CATEGORIES=     graphics
 MASTER_SITES=   https://github.com/OpenImageIO/oiio/archive/  MASTER_SITES=   -https://github.com/OpenImageIO/oiio/archive/Release-${OIIOVER}.tar.gz
 FETCH_USING=    curl  FETCH_USING=    curl
   
 MAINTAINER=     ryoon@NetBSD.org  MAINTAINER=     ryoon@NetBSD.org
Line 11  HOMEPAGE= https://sites.google.com/site/
Line 12  HOMEPAGE= https://sites.google.com/site/
 COMMENT=        OpenImageIO is a library for reading and writing images  COMMENT=        OpenImageIO is a library for reading and writing images
 LICENSE=        modified-bsd  LICENSE=        modified-bsd
   
 WRKSRC=         ${WRKDIR}/oiio-${DISTNAME}/src  WRKSRC=         ${WRKDIR}/${DISTNAME}/src
   
 USE_CMAKE=              yes  USE_CMAKE=              yes
 USE_LANGUAGES=          c c++  USE_LANGUAGES=          c c++

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>