From 60a8c3f411fac7671a13647483a883acf847179d Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Sat, 12 Mar 2011 18:39:04 +0000 Subject: Remove needless extra patch. Remove unneeded defines for shared libs. Add installation of two .pc files for fix build third-party ports. (1) Bump PORTREVISION. Idea from PR: 155495 (1) --- graphics/libraw/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'graphics/libraw/Makefile') diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index 1be81a38e38c..2d53a65163ca 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -7,6 +7,7 @@ PORTNAME= libraw PORTVERSION= 0.13.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.libraw.su/data/ DISTNAME= LibRaw-${PORTVERSION} @@ -82,14 +83,16 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/lib/${f} ${PREFIX}/lib .endfor -.if defined(WITH_SHARED_LIBS) .for f in libraw.so.2 libraw_r.so.2 @${INSTALL_DATA} ${WRKSRC}/lib/.libs/${f} ${PREFIX}/lib .endfor .for f in libraw libraw_r @ cd ${PREFIX}/lib ; ${LN} -sf ${f}.so.0 ${f}.so .endfor -.endif + +.for f in libraw.pc libraw_r.pc + @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/libdata/pkgconfig +.endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -- cgit v1.2.3