summaryrefslogtreecommitdiff
path: root/textproc/sablotron
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-05 07:15:28 +0000
committerjlam <jlam>2001-10-05 07:15:28 +0000
commitc3a56ec24ee90b00aa0ee3648e98446d8c2335b1 (patch)
treecc2c51a4775b23deefc96dd3c604a580569e110e /textproc/sablotron
parenta62b45f01da57adba6a202f243f74515d9e1fc3a (diff)
downloadpkgsrc-c3a56ec24ee90b00aa0ee3648e98446d8c2335b1.tar.gz
Add buildlink.mk file for use by other package Makefiles.
Diffstat (limited to 'textproc/sablotron')
-rw-r--r--textproc/sablotron/buildlink.mk38
1 files changed, 38 insertions, 0 deletions
diff --git a/textproc/sablotron/buildlink.mk b/textproc/sablotron/buildlink.mk
new file mode 100644
index 00000000000..76b1ca4c35a
--- /dev/null
+++ b/textproc/sablotron/buildlink.mk
@@ -0,0 +1,38 @@
+# $NetBSD: buildlink.mk,v 1.1 2001/10/05 07:15:28 jlam Exp $
+#
+# This Makefile fragment is included by packages that use sablotron.
+#
+# To use this Makefile fragment, simply:
+#
+# (1) Optionally define BUILDLINK_DEPENDS.sablotron to the dependency pattern
+# for the version of sablotron desired.
+# (2) Include this Makefile fragment in the package Makefile,
+# (3) Add ${BUILDLINK_DIR}/include to the front of the C preprocessor's header
+# search path, and
+# (4) Add ${BUILDLINK_DIR}/lib to the front of the linker's library search
+# path.
+
+.if !defined(SABLOTRON_BUILDLINK_MK)
+SABLOTRON_BUILDLINK_MK= # defined
+
+.include "../../mk/bsd.buildlink.mk"
+
+BUILDLINK_DEPENDS.sablotron?= sablotron>=0.60
+DEPENDS+= ${BUILDLINK_DEPENDS.sablotron}:../../textproc/sablotron
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.sablotron=sablotron
+BUILDLINK_PREFIX.sablotron_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.sablotron= include/sablot.h
+BUILDLINK_FILES.sablotron+= include/sdom.h
+BUILDLINK_FILES.sablotron+= include/shandler.h
+BUILDLINK_FILES.sablotron+= lib/libsablot.*
+
+.include "../../textproc/expat/buildlink.mk"
+
+BUILDLINK_TARGETS.sablotron= sablotron-buildlink
+BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.sablotron}
+
+pre-configure: ${BUILDLINK_TARGETS.sablotron}
+sablotron-buildlink: _BUILDLINK_USE
+
+.endif # SABLOTRON_BUILDLINK_MK