summaryrefslogtreecommitdiff
path: root/graphics/exiv2
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-05-16 08:21:48 +0000
committerdrochner <drochner@pkgsrc.org>2006-05-16 08:21:48 +0000
commit9d2bfc3e1cb6aa79543866ccbb9027973d4c9935 (patch)
treed205f63514f9d92158ccd284a971fda78a9be927 /graphics/exiv2
parent832d39fb751c473dc0c52f1a77fca2dc95b4392a (diff)
downloadpkgsrc-9d2bfc3e1cb6aa79543866ccbb9027973d4c9935.tar.gz
add one
Diffstat (limited to 'graphics/exiv2')
-rw-r--r--graphics/exiv2/buildlink3.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/exiv2/buildlink3.mk b/graphics/exiv2/buildlink3.mk
new file mode 100644
index 00000000000..c835377fb41
--- /dev/null
+++ b/graphics/exiv2/buildlink3.mk
@@ -0,0 +1,28 @@
+# $NetBSD: buildlink3.mk,v 1.1 2006/05/16 08:21:48 drochner Exp $
+# XXX
+# XXX This file was created automatically using createbuildlink-3.12.
+# 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.exiv2?= build
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+EXIV2_BUILDLINK3_MK:= ${EXIV2_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= exiv2
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nexiv2}
+BUILDLINK_PACKAGES+= exiv2
+
+.if ${EXIV2_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.exiv2+= exiv2>=0.9.1
+BUILDLINK_PKGSRCDIR.exiv2?= ../../graphics/exiv2
+.endif # EXIV2_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}