diff options
author | osa <osa@FreeBSD.org> | 2009-04-08 15:24:41 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-04-08 15:24:41 +0800 |
commit | e75fe120ac5fa7926a94b55824848e90c3036f9a (patch) | |
tree | b790f70c476ae2c66cffbcc1ddfb1cbf1ac89227 /graphics/libraw/Makefile | |
parent | a8d87e6585083bcecedfd1bacdd7194760572c81 (diff) | |
download | freebsd-ports-gnome-e75fe120ac5fa7926a94b55824848e90c3036f9a.tar.gz freebsd-ports-gnome-e75fe120ac5fa7926a94b55824848e90c3036f9a.tar.zst freebsd-ports-gnome-e75fe120ac5fa7926a94b55824848e90c3036f9a.zip |
Upgrade from 0.6.14 to 0.7.2.
Diffstat (limited to 'graphics/libraw/Makefile')
-rw-r--r-- | graphics/libraw/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index 766b174fca76..7715afdc5c8b 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libraw -PORTVERSION= 0.6.14 +PORTVERSION= 0.7.2 CATEGORIES= graphics MASTER_SITES= http://www.libraw.su/data/ DISTNAME= LibRaw-${PORTVERSION} @@ -42,8 +42,8 @@ PORTDOCS= API-C-eng.html API-C-rus.html API-CXX-eng.html API-CXX-rus.html \ API-notes-rus.html API-overview-eng.html API-overview-rus.html \ Install-LibRaw-eng.html Install-LibRaw-rus.html \ Samples-LibRaw-eng.html Samples-LibRaw-rus.html \ - Why-LibRaw-eng.html Why-LibRaw-rus.html index-eng.html \ - index-rus.html index.html + Why-LibRaw-eng.html Why-LibRaw-rus.html corner-scheme.png \ + index-eng.html index-rus.html index.html PORTEXAMPLES= dcraw_emu.cpp dcraw_half.c half_mt.c identify.cpp mem_image.cpp \ simple_dcraw.cpp @@ -57,7 +57,8 @@ post-patch: do-install: @${MKDIR} ${PREFIX}/include/libraw -.for f in libraw.h libraw_alloc.h libraw_const.h libraw_internal.h libraw_types.h libraw_version.h +.for f in libraw.h libraw_alloc.h libraw_const.h libraw_datastream.h \ + libraw_internal.h libraw_types.h libraw_version.h @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${f} ${PREFIX}/include/libraw .endfor .for f in libraw.a libraw_r.a |