summaryrefslogtreecommitdiff
path: root/devel/libstroke
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-12-13 03:21:38 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-12-13 03:21:38 +0000
commitefa9aceebfcc6c78f27d0de8a0a52c7bafbafff8 (patch)
tree378314eb3af841e6ba038aa05eb2509c516dbf2f /devel/libstroke
parentb7355d55703b34109d9ca2a1029c811bbb8fa1e2 (diff)
downloadpkgsrc-efa9aceebfcc6c78f27d0de8a0a52c7bafbafff8.tar.gz
add buildlink2.mk in preparation for gEDA buildlink2-ifying
Diffstat (limited to 'devel/libstroke')
-rw-r--r--devel/libstroke/buildlink2.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/libstroke/buildlink2.mk b/devel/libstroke/buildlink2.mk
new file mode 100644
index 00000000000..816a317f3f6
--- /dev/null
+++ b/devel/libstroke/buildlink2.mk
@@ -0,0 +1,26 @@
+# $NetBSD: buildlink2.mk,v 1.1 2002/12/13 03:21:38 dmcmahill Exp $
+#
+# This Makefile fragment is included by packages that use libstroke.
+#
+# This file was created automatically using createbuildlink 2.2.
+#
+
+.if !defined(LIBSTROKE_BUILDLINK2_MK)
+LIBSTROKE_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= libstroke
+BUILDLINK_DEPENDS.libstroke?= libstroke>=0.3nb1
+BUILDLINK_PKGSRCDIR.libstroke?= ../../devel/libstroke
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.libstroke=libstroke
+BUILDLINK_PREFIX.libstroke_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.libstroke+= lib/libstroke.*
+BUILDLINK_FILES.libstroke+= lib/libstroke_tcl.*
+
+.include "../../lang/tcl/buildlink2.mk"
+
+BUILDLINK_TARGETS+= libstroke-buildlink
+
+libstroke-buildlink: _BUILDLINK_USE
+
+.endif # LIBSTROKE_BUILDLINK2_MK