pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/sylpheed-claws Add a buildlink2.mk file for exter...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f83e6e901da
branches: trunk
changeset: 465573:7f83e6e901da
user: cube <cube%pkgsrc.org@localhost>
date: Fri Jan 02 09:14:59 2004 +0000
description:
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:
mail/sylpheed-claws/buildlink2.mk | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diffs (29 lines):
diff -r 992d1434e392 -r 7f83e6e901da mail/sylpheed-claws/buildlink2.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-claws/buildlink2.mk Fri Jan 02 09:14:59 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index