summaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws
diff options
context:
space:
mode:
authorcube <cube>2004-01-02 09:14:59 +0000
committercube <cube>2004-01-02 09:14:59 +0000
commit876d5b1a0ee99dde431c73887270029795b5fd65 (patch)
treebcc872f97c1657bd9ff3a4bc1f97174a2d49e874 /mail/sylpheed-claws
parent0d8236a1280e0b63c2ee711f63ccef722912440c (diff)
downloadpkgsrc-876d5b1a0ee99dde431c73887270029795b5fd65.tar.gz
Add a buildlink2.mk file for external plugins this time. It doesn't pull
in any dependency because plugins don't link with anything from the sylpheed-claws package anyway, they just need headers.
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r--mail/sylpheed-claws/buildlink2.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/sylpheed-claws/buildlink2.mk b/mail/sylpheed-claws/buildlink2.mk
new file mode 100644
index 00000000000..8e8ff283bd1
--- /dev/null
+++ b/mail/sylpheed-claws/buildlink2.mk
@@ -0,0 +1,25 @@
+# $NetBSD: buildlink2.mk,v 1.1 2004/01/02 09:14:59 cube Exp $
+#
+# This Makefile fragment is included by packages that use sylpheed-claws.
+#
+# This file was created automatically using createbuildlink 2.5.
+#
+
+.if !defined(SYLPHEED_CLAWS_BUILDLINK2_MK)
+SYLPHEED_CLAWS_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= sylpheed-claws
+BUILDLINK_DEPENDS.sylpheed-claws?= sylpheed-claws>=0.9.7nb1
+BUILDLINK_PKGSRCDIR.sylpheed-claws?= ../../mail/sylpheed-claws
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.sylpheed-claws=sylpheed-claws
+BUILDLINK_PREFIX.sylpheed-claws_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.sylpheed-claws+= include/sylpheed/*.h
+BUILDLINK_FILES.sylpheed-claws+= include/sylpheed/common/*.h
+BUILDLINK_FILES.sylpheed-claws+= include/sylpheed/gtk/*.h
+
+BUILDLINK_TARGETS+= sylpheed-claws-buildlink
+
+sylpheed-claws-buildlink: _BUILDLINK_USE
+
+.endif # SYLPHEED_CLAWS_BUILDLINK2_MK