pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/GraphicsMagick Add buildlink3.mk.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c3ddfd02595
branches: trunk
changeset: 516409:1c3ddfd02595
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Jul 20 17:30:09 2006 +0000
description:
Add buildlink3.mk.
diffstat:
graphics/GraphicsMagick/buildlink3.mk | 47 +++++++++++++++++++++++++++++++++++
1 files changed, 47 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r fc61bb5ee63d -r 1c3ddfd02595 graphics/GraphicsMagick/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/GraphicsMagick/buildlink3.mk Thu Jul 20 17:30:09 2006 +0000
@@ -0,0 +1,47 @@
+# $NetBSD: buildlink3.mk,v 1.1 2006/07/20 17:30:09 minskim Exp $
+# XXX
+# XXX This file was created automatically using createbuildlink-3.13.
+# XXX After this file has been verified as correct, the comment lines
+# XXX beginning with "XXX" should be removed. Please do not commit
+# XXX unverified buildlink3.mk files.
+# XXX
+# XXX Packages that only install static libraries or headers should
+# XXX include the following line:
+# XXX
+# XXX BUILDLINK_DEPMETHOD.GraphicsMagick?= build
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+GRAPHICSMAGICK_BUILDLINK3_MK:= ${GRAPHICSMAGICK_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= GraphicsMagick
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NGraphicsMagick}
+BUILDLINK_PACKAGES+= GraphicsMagick
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}GraphicsMagick
+
+.if ${GRAPHICSMAGICK_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.GraphicsMagick+= GraphicsMagick>=1.1.7
+BUILDLINK_PKGSRCDIR.GraphicsMagick?= ../../graphics/GraphicsMagick
+.endif # GRAPHICSMAGICK_BUILDLINK3_MK
+
+# XXX
+# XXX Uncomment and keep only the buildlink3 lines below which are directly
+# XXX needed for dependencies to compile, link, and run. If this package
+# XXX provides a wrappered API or otherwise does not expose the APIs of the
+# XXX buildlink3 lines below to dependencies, remove them.
+# XXX
+#.include "../../archivers/bzip2/buildlink3.mk"
+#.include "../../devel/zlib/buildlink3.mk"
+#.include "../../graphics/freetype2/buildlink3.mk"
+#.include "../../graphics/jpeg/buildlink3.mk"
+#.include "../../graphics/lcms/buildlink3.mk"
+#.include "../../graphics/libexif/buildlink3.mk"
+#.include "../../graphics/libwmf/buildlink3.mk"
+#.include "../../graphics/jasper/buildlink3.mk"
+#.include "../../graphics/png/buildlink3.mk"
+#.include "../../graphics/tiff/buildlink3.mk"
+#.include "../../textproc/libxml2/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index