summaryrefslogtreecommitdiff
path: root/textproc/sablotron
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-09-10 12:36:10 +0000
committerwiz <wiz@pkgsrc.org>2002-09-10 12:36:10 +0000
commitf9f5ddf87c3f2d4b7f3606e34ff9b736c83c1a2d (patch)
tree7b24c96fef28ce273129acd96f24aea1e067e135 /textproc/sablotron
parent3cba0ae0cda7de0f476d750ddb7d1e6200930781 (diff)
downloadpkgsrc-f9f5ddf87c3f2d4b7f3606e34ff9b736c83c1a2d.tar.gz
Unused.
Diffstat (limited to 'textproc/sablotron')
-rw-r--r--textproc/sablotron/buildlink.mk40
1 files changed, 0 insertions, 40 deletions
diff --git a/textproc/sablotron/buildlink.mk b/textproc/sablotron/buildlink.mk
deleted file mode 100644
index ea00edb794d..00000000000
--- a/textproc/sablotron/buildlink.mk
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.4 2002/01/01 03:42:11 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.71
-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+= include/sxpath.h
-BUILDLINK_FILES.sablotron+= lib/libsablot.*
-
-.include "../../converters/libiconv/buildlink.mk"
-.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