Thu Nov 11 11:38:36 2010 UTC ()
* x11 is now an option
* install documentation into share/doc/${PKGNAME}


(adam)
diff -r1.65 -r1.66 pkgsrc/graphics/libwmf/Makefile
diff -r1.12 -r1.13 pkgsrc/graphics/libwmf/PLIST
diff -r1.17 -r1.18 pkgsrc/graphics/libwmf/buildlink3.mk
diff -r0 -r1.1 pkgsrc/graphics/libwmf/options.mk

cvs diff -r1.65 -r1.66 pkgsrc/graphics/libwmf/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/libwmf/Makefile 2010/06/13 22:44:38 1.65
+++ pkgsrc/graphics/libwmf/Makefile 2010/11/11 11:38:36 1.66
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile,v 1.65 2010/06/13 22:44:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.66 2010/11/11 11:38:36 adam Exp $
2 2
3DISTNAME= libwmf-0.2.8.4 3DISTNAME= libwmf-0.2.8.4
4PKGREVISION= 7 4PKGREVISION= 8
5CATEGORIES= graphics devel 5CATEGORIES= graphics devel
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://wvware.sourceforge.net/libwmf.html 9HOMEPAGE= http://wvware.sourceforge.net/libwmf.html
10COMMENT= Library for reading and converting WMF (Windows Meta Files) 10COMMENT= Library for reading and converting WMF (Windows Meta Files)
 11LICENSE= gnu-gpl-v2
11 12
12PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15USE_LIBTOOL= yes 16USE_LIBTOOL= yes
16USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
17GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
18CONFIGURE_ARGS+= --disable-gd 19CONFIGURE_ARGS+= --disable-gd
19CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/html/libwmf 20CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/${PKGNAME_NOREV}
20 21
21post-install: 22post-install:
22 ${RMDIR} ${DESTDIR}${PREFIX}/include/libwmf/gd 23 ${RMDIR} ${DESTDIR}${PREFIX}/include/libwmf/gd
23 24
 25.include "options.mk"
 26
24.include "../../graphics/freetype2/buildlink3.mk" 27.include "../../graphics/freetype2/buildlink3.mk"
25.include "../../graphics/jpeg/buildlink3.mk" 28.include "../../graphics/jpeg/buildlink3.mk"
26.include "../../graphics/png/buildlink3.mk" 29.include "../../graphics/png/buildlink3.mk"
27.include "../../textproc/expat/buildlink3.mk" 30.include "../../textproc/expat/buildlink3.mk"
28.include "../../textproc/libxml2/buildlink3.mk" 31.include "../../textproc/libxml2/buildlink3.mk"
29 
30.include "../../x11/libX11/buildlink3.mk" 
31.include "../../x11/libXt/buildlink3.mk" 
32.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/graphics/libwmf/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/libwmf/PLIST 2009/06/14 17:59:22 1.12
+++ pkgsrc/graphics/libwmf/PLIST 2010/11/11 11:38:36 1.13
@@ -1,278 +1,278 @@ @@ -1,278 +1,278 @@
1@comment $NetBSD: PLIST,v 1.12 2009/06/14 17:59:22 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.13 2010/11/11 11:38:36 adam Exp $
2bin/libwmf-config 2bin/libwmf-config
3bin/libwmf-fontmap 3bin/libwmf-fontmap
4bin/wmf2eps 4bin/wmf2eps
5bin/wmf2fig 5bin/wmf2fig
6bin/wmf2svg 6bin/wmf2svg
7bin/wmf2x 7${PLIST.x11}bin/wmf2x
8include/libwmf/api.h 8include/libwmf/api.h
9include/libwmf/canvas.h 9include/libwmf/canvas.h
10include/libwmf/color.h 10include/libwmf/color.h
11include/libwmf/defs.h 11include/libwmf/defs.h
12include/libwmf/eps.h 12include/libwmf/eps.h
13include/libwmf/fig.h 13include/libwmf/fig.h
14include/libwmf/font.h 14include/libwmf/font.h
15include/libwmf/foreign.h 15include/libwmf/foreign.h
16include/libwmf/fund.h 16include/libwmf/fund.h
17include/libwmf/gd.h 17include/libwmf/gd.h
18include/libwmf/ipa.h 18include/libwmf/ipa.h
19include/libwmf/macro.h 19include/libwmf/macro.h
20include/libwmf/svg.h 20include/libwmf/svg.h
21include/libwmf/types.h 21include/libwmf/types.h
22include/libwmf/x.h 22include/libwmf/x.h
23lib/libwmf.la 23lib/libwmf.la
24lib/libwmflite.la 24lib/libwmflite.la
25share/doc/html/libwmf/caolan/2.html 25share/doc/${PKGNAME}/caolan/2.html
26share/doc/html/libwmf/caolan/Arc.html 26share/doc/${PKGNAME}/caolan/Arc.html
27share/doc/html/libwmf/caolan/BitBlt.html 27share/doc/${PKGNAME}/caolan/BitBlt.html
28share/doc/html/libwmf/caolan/Bmpfrmat.html 28share/doc/${PKGNAME}/caolan/Bmpfrmat.html
29share/doc/html/libwmf/caolan/Chord.html 29share/doc/${PKGNAME}/caolan/Chord.html
30share/doc/html/libwmf/caolan/CreateBrushIndirect.html 30share/doc/${PKGNAME}/caolan/CreateBrushIndirect.html
31share/doc/html/libwmf/caolan/CreatePenIndirect.html 31share/doc/${PKGNAME}/caolan/CreatePenIndirect.html
32share/doc/html/libwmf/caolan/CreateRegion.html 32share/doc/${PKGNAME}/caolan/CreateRegion.html
33share/doc/html/libwmf/caolan/DeleteObject.html 33share/doc/${PKGNAME}/caolan/DeleteObject.html
34share/doc/html/libwmf/caolan/DibBitBlt.html 34share/doc/${PKGNAME}/caolan/DibBitBlt.html
35share/doc/html/libwmf/caolan/DibCreatePatternBrush.html 35share/doc/${PKGNAME}/caolan/DibCreatePatternBrush.html
36share/doc/html/libwmf/caolan/DibStretchBlt.html 36share/doc/${PKGNAME}/caolan/DibStretchBlt.html
37share/doc/html/libwmf/caolan/Ellipse.html 37share/doc/${PKGNAME}/caolan/Ellipse.html
38share/doc/html/libwmf/caolan/ExcludeClipRect.html 38share/doc/${PKGNAME}/caolan/ExcludeClipRect.html
39share/doc/html/libwmf/caolan/ExtFloodFill.html 39share/doc/${PKGNAME}/caolan/ExtFloodFill.html
40share/doc/html/libwmf/caolan/ExtTextOut.html 40share/doc/${PKGNAME}/caolan/ExtTextOut.html
41share/doc/html/libwmf/caolan/FillRgn.html 41share/doc/${PKGNAME}/caolan/FillRgn.html
42share/doc/html/libwmf/caolan/FloodFill.html 42share/doc/${PKGNAME}/caolan/FloodFill.html
43share/doc/html/libwmf/caolan/FrameRgn.html 43share/doc/${PKGNAME}/caolan/FrameRgn.html
44share/doc/html/libwmf/caolan/IntersectClipRect.html 44share/doc/${PKGNAME}/caolan/IntersectClipRect.html
45share/doc/html/libwmf/caolan/InvertRgn.html 45share/doc/${PKGNAME}/caolan/InvertRgn.html
46share/doc/html/libwmf/caolan/LineTo.html 46share/doc/${PKGNAME}/caolan/LineTo.html
47share/doc/html/libwmf/caolan/MoveTo.html 47share/doc/${PKGNAME}/caolan/MoveTo.html
48share/doc/html/libwmf/caolan/OffsetClipRgn.html 48share/doc/${PKGNAME}/caolan/OffsetClipRgn.html
49share/doc/html/libwmf/caolan/OffsetViewportOrg.html 49share/doc/${PKGNAME}/caolan/OffsetViewportOrg.html
50share/doc/html/libwmf/caolan/OffsetWindowOrg.html 50share/doc/${PKGNAME}/caolan/OffsetWindowOrg.html
51share/doc/html/libwmf/caolan/PaintRgn.html 51share/doc/${PKGNAME}/caolan/PaintRgn.html
52share/doc/html/libwmf/caolan/PatBlt.html 52share/doc/${PKGNAME}/caolan/PatBlt.html
53share/doc/html/libwmf/caolan/Pie.html 53share/doc/${PKGNAME}/caolan/Pie.html
54share/doc/html/libwmf/caolan/PolyPolygon.html 54share/doc/${PKGNAME}/caolan/PolyPolygon.html
55share/doc/html/libwmf/caolan/Polygon.html 55share/doc/${PKGNAME}/caolan/Polygon.html
56share/doc/html/libwmf/caolan/Polyline.html 56share/doc/${PKGNAME}/caolan/Polyline.html
57share/doc/html/libwmf/caolan/Rectangle.html 57share/doc/${PKGNAME}/caolan/Rectangle.html
58share/doc/html/libwmf/caolan/RestoreDC.html 58share/doc/${PKGNAME}/caolan/RestoreDC.html
59share/doc/html/libwmf/caolan/RoundRect.html 59share/doc/${PKGNAME}/caolan/RoundRect.html
60share/doc/html/libwmf/caolan/SaveDC.html 60share/doc/${PKGNAME}/caolan/SaveDC.html
61share/doc/html/libwmf/caolan/ScaleViewportExt.html 61share/doc/${PKGNAME}/caolan/ScaleViewportExt.html
62share/doc/html/libwmf/caolan/ScaleWindowExt.html 62share/doc/${PKGNAME}/caolan/ScaleWindowExt.html
63share/doc/html/libwmf/caolan/SelectClipRgn.html 63share/doc/${PKGNAME}/caolan/SelectClipRgn.html
64share/doc/html/libwmf/caolan/SelectObject.html 64share/doc/${PKGNAME}/caolan/SelectObject.html
65share/doc/html/libwmf/caolan/SetBkColor.html 65share/doc/${PKGNAME}/caolan/SetBkColor.html
66share/doc/html/libwmf/caolan/SetBkMode.html 66share/doc/${PKGNAME}/caolan/SetBkMode.html
67share/doc/html/libwmf/caolan/SetDIBitsToDevice.html 67share/doc/${PKGNAME}/caolan/SetDIBitsToDevice.html
68share/doc/html/libwmf/caolan/SetMapMode.html 68share/doc/${PKGNAME}/caolan/SetMapMode.html
69share/doc/html/libwmf/caolan/SetMapperFlags.html 69share/doc/${PKGNAME}/caolan/SetMapperFlags.html
70share/doc/html/libwmf/caolan/SetPixel.html 70share/doc/${PKGNAME}/caolan/SetPixel.html
71share/doc/html/libwmf/caolan/SetPolyFillMode.html 71share/doc/${PKGNAME}/caolan/SetPolyFillMode.html
72share/doc/html/libwmf/caolan/SetROP2.html 72share/doc/${PKGNAME}/caolan/SetROP2.html
73share/doc/html/libwmf/caolan/SetStretchBltMode.html 73share/doc/${PKGNAME}/caolan/SetStretchBltMode.html
74share/doc/html/libwmf/caolan/SetTextAlign.html 74share/doc/${PKGNAME}/caolan/SetTextAlign.html
75share/doc/html/libwmf/caolan/SetTextCharacterExtra.html 75share/doc/${PKGNAME}/caolan/SetTextCharacterExtra.html
76share/doc/html/libwmf/caolan/SetTextColor.html 76share/doc/${PKGNAME}/caolan/SetTextColor.html
77share/doc/html/libwmf/caolan/SetTextJustification.html 77share/doc/${PKGNAME}/caolan/SetTextJustification.html
78share/doc/html/libwmf/caolan/SetViewportExt.html 78share/doc/${PKGNAME}/caolan/SetViewportExt.html
79share/doc/html/libwmf/caolan/SetViewportOrg.html 79share/doc/${PKGNAME}/caolan/SetViewportOrg.html
80share/doc/html/libwmf/caolan/SetWindowExt.html 80share/doc/${PKGNAME}/caolan/SetWindowExt.html
81share/doc/html/libwmf/caolan/SetWindowOrg.html 81share/doc/${PKGNAME}/caolan/SetWindowOrg.html
82share/doc/html/libwmf/caolan/StretchDib.html 82share/doc/${PKGNAME}/caolan/StretchDib.html
83share/doc/html/libwmf/caolan/TextOut.html 83share/doc/${PKGNAME}/caolan/TextOut.html
84share/doc/html/libwmf/caolan/dibs.html 84share/doc/${PKGNAME}/caolan/dibs.html
85share/doc/html/libwmf/caolan/esc.html 85share/doc/${PKGNAME}/caolan/esc.html
86share/doc/html/libwmf/caolan/index.html 86share/doc/${PKGNAME}/caolan/index.html
87share/doc/html/libwmf/caolan/mapmode.html 87share/doc/${PKGNAME}/caolan/mapmode.html
88share/doc/html/libwmf/caolan/msmeta01.gif 88share/doc/${PKGNAME}/caolan/msmeta01.gif
89share/doc/html/libwmf/caolan/msmeta02.gif 89share/doc/${PKGNAME}/caolan/msmeta02.gif
90share/doc/html/libwmf/caolan/msmeta03.gif 90share/doc/${PKGNAME}/caolan/msmeta03.gif
91share/doc/html/libwmf/caolan/msmeta04.gif 91share/doc/${PKGNAME}/caolan/msmeta04.gif
92share/doc/html/libwmf/caolan/ora-clp.html 92share/doc/${PKGNAME}/caolan/ora-clp.html
93share/doc/html/libwmf/caolan/ora-wmf.html 93share/doc/${PKGNAME}/caolan/ora-wmf.html
94share/doc/html/libwmf/caolan/pics/weave.jpg 94share/doc/${PKGNAME}/caolan/pics/weave.jpg
95share/doc/html/libwmf/caolan/rop.html 95share/doc/${PKGNAME}/caolan/rop.html
96share/doc/html/libwmf/caolan/support.html 96share/doc/${PKGNAME}/caolan/support.html
97share/doc/html/libwmf/caolan/support2.html 97share/doc/${PKGNAME}/caolan/support2.html
98share/doc/html/libwmf/caolan/template.html 98share/doc/${PKGNAME}/caolan/template.html
99share/doc/html/libwmf/caolan/unknown.html 99share/doc/${PKGNAME}/caolan/unknown.html
100share/doc/html/libwmf/dlayer.html 100share/doc/${PKGNAME}/dlayer.html
101share/doc/html/libwmf/gd.html 101share/doc/${PKGNAME}/gd.html
102share/doc/html/libwmf/html/annotated.html 102share/doc/${PKGNAME}/html/annotated.html
103share/doc/html/libwmf/html/api_8c.html 103share/doc/${PKGNAME}/html/api_8c.html
104share/doc/html/libwmf/html/api_8h.html 104share/doc/${PKGNAME}/html/api_8h.html
105share/doc/html/libwmf/html/bbuf_8c.html 105share/doc/${PKGNAME}/html/bbuf_8c.html
106share/doc/html/libwmf/html/canvas_8h.html 106share/doc/${PKGNAME}/html/canvas_8h.html
107share/doc/html/libwmf/html/classes.html 107share/doc/${PKGNAME}/html/classes.html
108share/doc/html/libwmf/html/clip_8h.html 108share/doc/${PKGNAME}/html/clip_8h.html
109share/doc/html/libwmf/html/coord_8h.html 109share/doc/${PKGNAME}/html/coord_8h.html
110share/doc/html/libwmf/html/dc_8h.html 110share/doc/${PKGNAME}/html/dc_8h.html
111share/doc/html/libwmf/html/defaults_8h.html 111share/doc/${PKGNAME}/html/defaults_8h.html
112share/doc/html/libwmf/html/defs_8h.html 112share/doc/${PKGNAME}/html/defs_8h.html
113share/doc/html/libwmf/html/doxygen.css 113share/doc/${PKGNAME}/html/doxygen.css
114share/doc/html/libwmf/html/doxygen.gif 114share/doc/${PKGNAME}/html/doxygen.gif
115share/doc/html/libwmf/html/doxygen.png 115share/doc/${PKGNAME}/html/doxygen.png
116share/doc/html/libwmf/html/eps_2bmp_8h.html 116share/doc/${PKGNAME}/html/eps_2bmp_8h.html
117share/doc/html/libwmf/html/eps_2device_8h.html 117share/doc/${PKGNAME}/html/eps_2device_8h.html
118share/doc/html/libwmf/html/eps_2draw_8h.html 118share/doc/${PKGNAME}/html/eps_2draw_8h.html
119share/doc/html/libwmf/html/eps_8c.html 119share/doc/${PKGNAME}/html/eps_8c.html
120share/doc/html/libwmf/html/eps_8h.html 120share/doc/${PKGNAME}/html/eps_8h.html
121share/doc/html/libwmf/html/fig_2bmp_8h.html 121share/doc/${PKGNAME}/html/fig_2bmp_8h.html
122share/doc/html/libwmf/html/fig_2device_8h.html 122share/doc/${PKGNAME}/html/fig_2device_8h.html
123share/doc/html/libwmf/html/fig_2draw_8h.html 123share/doc/${PKGNAME}/html/fig_2draw_8h.html
124share/doc/html/libwmf/html/fig_8c.html 124share/doc/${PKGNAME}/html/fig_8c.html
125share/doc/html/libwmf/html/fig_8h.html 125share/doc/${PKGNAME}/html/fig_8h.html
126share/doc/html/libwmf/html/files.html 126share/doc/${PKGNAME}/html/files.html
127share/doc/html/libwmf/html/font_8c.html 127share/doc/${PKGNAME}/html/font_8c.html
128share/doc/html/libwmf/html/foreign_8c.html 128share/doc/${PKGNAME}/html/foreign_8c.html
129share/doc/html/libwmf/html/foreign_8h.html 129share/doc/${PKGNAME}/html/foreign_8h.html
130share/doc/html/libwmf/html/functions.html 130share/doc/${PKGNAME}/html/functions.html
131share/doc/html/libwmf/html/fund_8h.html 131share/doc/${PKGNAME}/html/fund_8h.html
132share/doc/html/libwmf/html/gd_8h.html 132share/doc/${PKGNAME}/html/gd_8h.html
133share/doc/html/libwmf/html/globals.html 133share/doc/${PKGNAME}/html/globals.html
134share/doc/html/libwmf/html/include_2libwmf_2color_8h.html 134share/doc/${PKGNAME}/html/include_2libwmf_2color_8h.html
135share/doc/html/libwmf/html/include_2libwmf_2font_8h.html 135share/doc/${PKGNAME}/html/include_2libwmf_2font_8h.html
136share/doc/html/libwmf/html/index.html 136share/doc/${PKGNAME}/html/index.html
137share/doc/html/libwmf/html/io-wmf_8c.html 137share/doc/${PKGNAME}/html/io-wmf_8c.html
138share/doc/html/libwmf/html/ipa_2bmp_8h.html 138share/doc/${PKGNAME}/html/ipa_2bmp_8h.html
139share/doc/html/libwmf/html/ipa_2eps_2region_8h.html 139share/doc/${PKGNAME}/html/ipa_2eps_2region_8h.html
140share/doc/html/libwmf/html/ipa_2fig_2region_8h.html 140share/doc/${PKGNAME}/html/ipa_2fig_2region_8h.html
141share/doc/html/libwmf/html/ipa_2magick_2region_8h.html 141share/doc/${PKGNAME}/html/ipa_2magick_2region_8h.html
142share/doc/html/libwmf/html/ipa_2plot_2region_8h.html 142share/doc/${PKGNAME}/html/ipa_2plot_2region_8h.html
143share/doc/html/libwmf/html/ipa_2svg_2region_8h.html 143share/doc/${PKGNAME}/html/ipa_2svg_2region_8h.html
144share/doc/html/libwmf/html/ipa_2x_2region_8h.html 144share/doc/${PKGNAME}/html/ipa_2x_2region_8h.html
145share/doc/html/libwmf/html/ipa_2xgd_2region_8h.html 145share/doc/${PKGNAME}/html/ipa_2xgd_2region_8h.html
146share/doc/html/libwmf/html/ipa_8c.html 146share/doc/${PKGNAME}/html/ipa_8c.html
147share/doc/html/libwmf/html/ipa_8h.html 147share/doc/${PKGNAME}/html/ipa_8h.html
148share/doc/html/libwmf/html/macro_8h.html 148share/doc/${PKGNAME}/html/macro_8h.html
149share/doc/html/libwmf/html/magick_2bmp_8h.html 149share/doc/${PKGNAME}/html/magick_2bmp_8h.html
150share/doc/html/libwmf/html/magick_2device_8h.html 150share/doc/${PKGNAME}/html/magick_2device_8h.html
151share/doc/html/libwmf/html/magick_2draw_8h.html 151share/doc/${PKGNAME}/html/magick_2draw_8h.html
152share/doc/html/libwmf/html/magick_8c.html 152share/doc/${PKGNAME}/html/magick_8c.html
153share/doc/html/libwmf/html/magick_8h.html 153share/doc/${PKGNAME}/html/magick_8h.html
154share/doc/html/libwmf/html/meta_8c.html 154share/doc/${PKGNAME}/html/meta_8c.html
155share/doc/html/libwmf/html/meta_8h.html 155share/doc/${PKGNAME}/html/meta_8h.html
156share/doc/html/libwmf/html/metadefs_8h.html 156share/doc/${PKGNAME}/html/metadefs_8h.html
157share/doc/html/libwmf/html/player_2region_8h.html 157share/doc/${PKGNAME}/html/player_2region_8h.html
158share/doc/html/libwmf/html/player_8c.html 158share/doc/${PKGNAME}/html/player_8c.html
159share/doc/html/libwmf/html/plot_2bmp_8h.html 159share/doc/${PKGNAME}/html/plot_2bmp_8h.html
160share/doc/html/libwmf/html/plot_2device_8h.html 160share/doc/${PKGNAME}/html/plot_2device_8h.html
161share/doc/html/libwmf/html/plot_2draw_8h.html 161share/doc/${PKGNAME}/html/plot_2draw_8h.html
162share/doc/html/libwmf/html/plot_8c.html 162share/doc/${PKGNAME}/html/plot_8c.html
163share/doc/html/libwmf/html/plot_8h.html 163share/doc/${PKGNAME}/html/plot_8h.html
164share/doc/html/libwmf/html/record_8h.html 164share/doc/${PKGNAME}/html/record_8h.html
165share/doc/html/libwmf/html/recorder_8c.html 165share/doc/${PKGNAME}/html/recorder_8c.html
166share/doc/html/libwmf/html/recorder_8h.html 166share/doc/${PKGNAME}/html/recorder_8h.html
167share/doc/html/libwmf/html/src_2font_8h.html 167share/doc/${PKGNAME}/html/src_2font_8h.html
168share/doc/html/libwmf/html/src_2ipa_2fig_2color_8h.html 168share/doc/${PKGNAME}/html/src_2ipa_2fig_2color_8h.html
169share/doc/html/libwmf/html/src_2ipa_2fig_2font_8h.html 169share/doc/${PKGNAME}/html/src_2ipa_2fig_2font_8h.html
170share/doc/html/libwmf/html/src_2ipa_2ipa_2color_8h.html 170share/doc/${PKGNAME}/html/src_2ipa_2ipa_2color_8h.html
171share/doc/html/libwmf/html/src_2ipa_2ipa_2font_8h.html 171share/doc/${PKGNAME}/html/src_2ipa_2ipa_2font_8h.html
172share/doc/html/libwmf/html/src_2ipa_2x_2color_8h.html 172share/doc/${PKGNAME}/html/src_2ipa_2x_2color_8h.html
173share/doc/html/libwmf/html/src_2ipa_2x_2font_8h.html 173share/doc/${PKGNAME}/html/src_2ipa_2x_2font_8h.html
174share/doc/html/libwmf/html/src_2ipa_2xgd_2font_8h.html 174share/doc/${PKGNAME}/html/src_2ipa_2xgd_2font_8h.html
175share/doc/html/libwmf/html/src_2player_2color_8h.html 175share/doc/${PKGNAME}/html/src_2player_2color_8h.html
176share/doc/html/libwmf/html/stream_8c.html 176share/doc/${PKGNAME}/html/stream_8c.html
177share/doc/html/libwmf/html/structWmfContext.html 177share/doc/${PKGNAME}/html/structWmfContext.html
178share/doc/html/libwmf/html/struct__wmfAPI.html 178share/doc/${PKGNAME}/html/struct__wmfAPI.html
179share/doc/html/libwmf/html/struct__wmfAPI__Options.html 179share/doc/${PKGNAME}/html/struct__wmfAPI__Options.html
180share/doc/html/libwmf/html/struct__wmfAttributeStore.html 180share/doc/${PKGNAME}/html/struct__wmfAttributeStore.html
181share/doc/html/libwmf/html/struct__wmfAttributes.html 181share/doc/${PKGNAME}/html/struct__wmfAttributes.html
182share/doc/html/libwmf/html/struct__wmfBMP.html 182share/doc/${PKGNAME}/html/struct__wmfBMP.html
183share/doc/html/libwmf/html/struct__wmfBMP__Draw__t.html 183share/doc/${PKGNAME}/html/struct__wmfBMP__Draw__t.html
184share/doc/html/libwmf/html/struct__wmfBMP__Read__t.html 184share/doc/${PKGNAME}/html/struct__wmfBMP__Read__t.html
185share/doc/html/libwmf/html/struct__wmfBrush.html 185share/doc/${PKGNAME}/html/struct__wmfBrush.html
186share/doc/html/libwmf/html/struct__wmfCanvasBrush.html 186share/doc/${PKGNAME}/html/struct__wmfCanvasBrush.html
187share/doc/html/libwmf/html/struct__wmfCanvasFont.html 187share/doc/${PKGNAME}/html/struct__wmfCanvasFont.html
188share/doc/html/libwmf/html/struct__wmfCanvasPen.html 188share/doc/${PKGNAME}/html/struct__wmfCanvasPen.html
189share/doc/html/libwmf/html/struct__wmfColorData.html 189share/doc/${PKGNAME}/html/struct__wmfColorData.html
190share/doc/html/libwmf/html/struct__wmfConstruct.html 190share/doc/${PKGNAME}/html/struct__wmfConstruct.html
191share/doc/html/libwmf/html/struct__wmfDC.html 191share/doc/${PKGNAME}/html/struct__wmfDC.html
192share/doc/html/libwmf/html/struct__wmfD__Coord.html 192share/doc/${PKGNAME}/html/struct__wmfD__Coord.html
193share/doc/html/libwmf/html/struct__wmfD__Rect.html 193share/doc/${PKGNAME}/html/struct__wmfD__Rect.html
194share/doc/html/libwmf/html/struct__wmfDrawArc__t.html 194share/doc/${PKGNAME}/html/struct__wmfDrawArc__t.html
195share/doc/html/libwmf/html/struct__wmfDrawLine__t.html 195share/doc/${PKGNAME}/html/struct__wmfDrawLine__t.html
196share/doc/html/libwmf/html/struct__wmfDrawPixel__t.html 196share/doc/${PKGNAME}/html/struct__wmfDrawPixel__t.html
197share/doc/html/libwmf/html/struct__wmfDrawRectangle__t.html 197share/doc/${PKGNAME}/html/struct__wmfDrawRectangle__t.html
198share/doc/html/libwmf/html/struct__wmfDrawText__t.html 198share/doc/${PKGNAME}/html/struct__wmfDrawText__t.html
199share/doc/html/libwmf/html/struct__wmfFT__CacheEntry.html 199share/doc/${PKGNAME}/html/struct__wmfFT__CacheEntry.html
200share/doc/html/libwmf/html/struct__wmfFT__Mapping.html 200share/doc/${PKGNAME}/html/struct__wmfFT__Mapping.html
201share/doc/html/libwmf/html/struct__wmfFlood__t.html 201share/doc/${PKGNAME}/html/struct__wmfFlood__t.html
202share/doc/html/libwmf/html/struct__wmfFont.html 202share/doc/${PKGNAME}/html/struct__wmfFont.html
203share/doc/html/libwmf/html/struct__wmfFontData.html 203share/doc/${PKGNAME}/html/struct__wmfFontData.html
204share/doc/html/libwmf/html/struct__wmfFontMap.html 204share/doc/${PKGNAME}/html/struct__wmfFontMap.html
205share/doc/html/libwmf/html/struct__wmfFontmapData.html 205share/doc/${PKGNAME}/html/struct__wmfFontmapData.html
206share/doc/html/libwmf/html/struct__wmfFunctionReference.html 206share/doc/${PKGNAME}/html/struct__wmfFunctionReference.html
207share/doc/html/libwmf/html/struct__wmfGS__FontData.html 207share/doc/${PKGNAME}/html/struct__wmfGS__FontData.html
208share/doc/html/libwmf/html/struct__wmfGS__FontInfo.html 208share/doc/${PKGNAME}/html/struct__wmfGS__FontInfo.html
209share/doc/html/libwmf/html/struct__wmfHead.html 209share/doc/${PKGNAME}/html/struct__wmfHead.html
210share/doc/html/libwmf/html/struct__wmfIPAFont.html 210share/doc/${PKGNAME}/html/struct__wmfIPAFont.html
211share/doc/html/libwmf/html/struct__wmfImage.html 211share/doc/${PKGNAME}/html/struct__wmfImage.html
212share/doc/html/libwmf/html/struct__wmfMapping.html 212share/doc/${PKGNAME}/html/struct__wmfMapping.html
213share/doc/html/libwmf/html/struct__wmfMetaHeader.html 213share/doc/${PKGNAME}/html/struct__wmfMetaHeader.html
214share/doc/html/libwmf/html/struct__wmfPen.html 214share/doc/${PKGNAME}/html/struct__wmfPen.html
215share/doc/html/libwmf/html/struct__wmfPlaceableMetaHeader.html 215share/doc/${PKGNAME}/html/struct__wmfPlaceableMetaHeader.html
216share/doc/html/libwmf/html/struct__wmfPolyLine__t.html 216share/doc/${PKGNAME}/html/struct__wmfPolyLine__t.html
217share/doc/html/libwmf/html/struct__wmfPolyPoly__t.html 217share/doc/${PKGNAME}/html/struct__wmfPolyPoly__t.html
218share/doc/html/libwmf/html/struct__wmfPolyRectangle__t.html 218share/doc/${PKGNAME}/html/struct__wmfPolyRectangle__t.html
219share/doc/html/libwmf/html/struct__wmfRGB.html 219share/doc/${PKGNAME}/html/struct__wmfRGB.html
220share/doc/html/libwmf/html/struct__wmfROP__Draw__t.html 220share/doc/${PKGNAME}/html/struct__wmfROP__Draw__t.html
221share/doc/html/libwmf/html/struct__wmfRecordBox.html 221share/doc/${PKGNAME}/html/struct__wmfRecordBox.html
222share/doc/html/libwmf/html/struct__wmfStream.html 222share/doc/${PKGNAME}/html/struct__wmfStream.html
223share/doc/html/libwmf/html/struct__wmfUserData__t.html 223share/doc/${PKGNAME}/html/struct__wmfUserData__t.html
224share/doc/html/libwmf/html/struct__wmfWriteFileInfo.html 224share/doc/${PKGNAME}/html/struct__wmfWriteFileInfo.html
225share/doc/html/libwmf/html/struct__wmfXML__FontData.html 225share/doc/${PKGNAME}/html/struct__wmfXML__FontData.html
226share/doc/html/libwmf/html/struct__wmfXML__FontInfo.html 226share/doc/${PKGNAME}/html/struct__wmfXML__FontInfo.html
227share/doc/html/libwmf/html/struct__wmfXML__InputData.html 227share/doc/${PKGNAME}/html/struct__wmfXML__InputData.html
228share/doc/html/libwmf/html/struct__wmf__eps__t.html 228share/doc/${PKGNAME}/html/struct__wmf__eps__t.html
229share/doc/html/libwmf/html/struct__wmf__fig__t.html 229share/doc/${PKGNAME}/html/struct__wmf__fig__t.html
230share/doc/html/libwmf/html/struct__wmf__fig__t_1_1__wmf__fig__image.html 230share/doc/${PKGNAME}/html/struct__wmf__fig__t_1_1__wmf__fig__image.html
231share/doc/html/libwmf/html/struct__wmf__foreign__t.html 231share/doc/${PKGNAME}/html/struct__wmf__foreign__t.html
232share/doc/html/libwmf/html/struct__wmf__gd__t.html 232share/doc/${PKGNAME}/html/struct__wmf__gd__t.html
233share/doc/html/libwmf/html/struct__wmf__gd__t_1_1__wmf__gd__sink.html 233share/doc/${PKGNAME}/html/struct__wmf__gd__t_1_1__wmf__gd__sink.html
234share/doc/html/libwmf/html/struct__wmf__magick__t.html 234share/doc/${PKGNAME}/html/struct__wmf__magick__t.html
235share/doc/html/libwmf/html/struct__wmf__magick__t_1_1__wmf__magick__image.html 235share/doc/${PKGNAME}/html/struct__wmf__magick__t_1_1__wmf__magick__image.html
236share/doc/html/libwmf/html/struct__wmf__plot__t.html 236share/doc/${PKGNAME}/html/struct__wmf__plot__t.html
237share/doc/html/libwmf/html/struct__wmf__svg__t.html 237share/doc/${PKGNAME}/html/struct__wmf__svg__t.html
238share/doc/html/libwmf/html/struct__wmf__svg__t_1_1__wmf__svg__image.html 238share/doc/${PKGNAME}/html/struct__wmf__svg__t_1_1__wmf__svg__image.html
239share/doc/html/libwmf/html/struct__wmf__template__t.html 239share/doc/${PKGNAME}/html/struct__wmf__template__t.html
240share/doc/html/libwmf/html/struct__wmf__x__t.html 240share/doc/${PKGNAME}/html/struct__wmf__x__t.html
241share/doc/html/libwmf/html/svg_2bmp_8h.html 241share/doc/${PKGNAME}/html/svg_2bmp_8h.html
242share/doc/html/libwmf/html/svg_2device_8h.html 242share/doc/${PKGNAME}/html/svg_2device_8h.html
243share/doc/html/libwmf/html/svg_2draw_8h.html 243share/doc/${PKGNAME}/html/svg_2draw_8h.html
244share/doc/html/libwmf/html/svg_8c.html 244share/doc/${PKGNAME}/html/svg_8c.html
245share/doc/html/libwmf/html/svg_8h.html 245share/doc/${PKGNAME}/html/svg_8h.html
246share/doc/html/libwmf/html/template_8c.html 246share/doc/${PKGNAME}/html/template_8c.html
247share/doc/html/libwmf/html/template_8h.html 247share/doc/${PKGNAME}/html/template_8h.html
248share/doc/html/libwmf/html/types_8h.html 248share/doc/${PKGNAME}/html/types_8h.html
249share/doc/html/libwmf/html/wmf_8c.html 249share/doc/${PKGNAME}/html/wmf_8c.html
250share/doc/html/libwmf/html/x_2bmp_8h.html 250share/doc/${PKGNAME}/html/x_2bmp_8h.html
251share/doc/html/libwmf/html/x_2device_8h.html 251share/doc/${PKGNAME}/html/x_2device_8h.html
252share/doc/html/libwmf/html/x_2draw_8h.html 252share/doc/${PKGNAME}/html/x_2draw_8h.html
253share/doc/html/libwmf/html/x_8c.html 253share/doc/${PKGNAME}/html/x_8c.html
254share/doc/html/libwmf/html/x_8h.html 254share/doc/${PKGNAME}/html/x_8h.html
255share/doc/html/libwmf/html/xgd_2bmp_8h.html 255share/doc/${PKGNAME}/html/xgd_2bmp_8h.html
256share/doc/html/libwmf/html/xgd_2device_8h.html 256share/doc/${PKGNAME}/html/xgd_2device_8h.html
257share/doc/html/libwmf/html/xgd_2draw_8h.html 257share/doc/${PKGNAME}/html/xgd_2draw_8h.html
258share/doc/html/libwmf/html/xgd_8c.html 258share/doc/${PKGNAME}/html/xgd_8c.html
259share/doc/html/libwmf/html/xml_8c.html 259share/doc/${PKGNAME}/html/xml_8c.html
260share/doc/html/libwmf/html/xml_8h.html 260share/doc/${PKGNAME}/html/xml_8h.html
261share/doc/html/libwmf/index.html 261share/doc/${PKGNAME}/index.html
262share/doc/html/libwmf/smlogo2.gif 262share/doc/${PKGNAME}/smlogo2.gif
263share/doc/html/libwmf/tutapi.html 263share/doc/${PKGNAME}/tutapi.html
264share/doc/html/libwmf/tutipa.html 264share/doc/${PKGNAME}/tutipa.html
265share/doc/html/libwmf/wmfpic.png 265share/doc/${PKGNAME}/wmfpic.png
266share/libwmf/fonts/fontmap 266share/libwmf/fonts/fontmap
267share/libwmf/fonts/n019003l.afm 267share/libwmf/fonts/n019003l.afm
268share/libwmf/fonts/n019003l.pfb 268share/libwmf/fonts/n019003l.pfb
269share/libwmf/fonts/n019004l.afm 269share/libwmf/fonts/n019004l.afm
270share/libwmf/fonts/n019004l.pfb 270share/libwmf/fonts/n019004l.pfb
271share/libwmf/fonts/n019023l.afm 271share/libwmf/fonts/n019023l.afm
272share/libwmf/fonts/n019023l.pfb 272share/libwmf/fonts/n019023l.pfb
273share/libwmf/fonts/n019024l.afm 273share/libwmf/fonts/n019024l.afm
274share/libwmf/fonts/n019024l.pfb 274share/libwmf/fonts/n019024l.pfb
275share/libwmf/fonts/n021003l.afm 275share/libwmf/fonts/n021003l.afm
276share/libwmf/fonts/n021003l.pfb 276share/libwmf/fonts/n021003l.pfb
277share/libwmf/fonts/n021004l.afm 277share/libwmf/fonts/n021004l.afm
278share/libwmf/fonts/n021004l.pfb 278share/libwmf/fonts/n021004l.pfb

cvs diff -r1.17 -r1.18 pkgsrc/graphics/libwmf/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/graphics/libwmf/buildlink3.mk 2010/06/13 22:44:38 1.17
+++ pkgsrc/graphics/libwmf/buildlink3.mk 2010/11/11 11:38:36 1.18
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: buildlink3.mk,v 1.17 2010/06/13 22:44:38 wiz Exp $ 1# $NetBSD: buildlink3.mk,v 1.18 2010/11/11 11:38:36 adam Exp $
2 2
3BUILDLINK_TREE+= libwmf 3BUILDLINK_TREE+= libwmf
4 4
5.if !defined(LIBWMF_BUILDLINK3_MK) 5.if !defined(LIBWMF_BUILDLINK3_MK)
6LIBWMF_BUILDLINK3_MK:= 6LIBWMF_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.libwmf+= libwmf>=0.2.8nb2 8BUILDLINK_API_DEPENDS.libwmf+= libwmf>=0.2.8nb2
9BUILDLINK_ABI_DEPENDS.libwmf+= libwmf>=0.2.8.4nb7 9BUILDLINK_ABI_DEPENDS.libwmf+= libwmf>=0.2.8.4nb7
10BUILDLINK_PKGSRCDIR.libwmf?= ../../graphics/libwmf 10BUILDLINK_PKGSRCDIR.libwmf?= ../../graphics/libwmf
11 11
12.include "../../devel/zlib/buildlink3.mk" 
13.include "../../graphics/freetype2/buildlink3.mk" 12.include "../../graphics/freetype2/buildlink3.mk"
14.include "../../graphics/jpeg/buildlink3.mk" 13.include "../../graphics/jpeg/buildlink3.mk"
15.include "../../graphics/png/buildlink3.mk" 14.include "../../graphics/png/buildlink3.mk"
16.include "../../textproc/expat/buildlink3.mk" 15.include "../../textproc/expat/buildlink3.mk"
17.include "../../textproc/libxml2/buildlink3.mk" 16.include "../../textproc/libxml2/buildlink3.mk"
18.endif # LIBWMF_BUILDLINK3_MK 17.endif # LIBWMF_BUILDLINK3_MK
19 18
20BUILDLINK_TREE+= -libwmf 19BUILDLINK_TREE+= -libwmf

File Added: pkgsrc/graphics/libwmf/options.mk
# $NetBSD: options.mk,v 1.1 2010/11/11 11:38:36 adam Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.libwmf
PKG_SUPPORTED_OPTIONS=	x11
PKG_SUGGESTED_OPTIONS=	x11

.include "../../mk/bsd.options.mk"

PLIST_VARS+=		x11

.if !empty(PKG_OPTIONS:Mx11)
PLIST.x11=		yes
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.endif