summaryrefslogtreecommitdiff
path: root/print/teTeX-bin
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-11-14 23:13:52 +0000
committerjlam <jlam@pkgsrc.org>2002-11-14 23:13:52 +0000
commitba102a16cb222624702981dc5fccc3a178b50ab9 (patch)
tree2663100548eed3fe837a9e78d76aacfb84c0306d /print/teTeX-bin
parent2d05f52f17212b8ee39087b9c6e4885c8cf5254c (diff)
downloadpkgsrc-ba102a16cb222624702981dc5fccc3a178b50ab9.tar.gz
This file appears to be unused.
Diffstat (limited to 'print/teTeX-bin')
-rw-r--r--print/teTeX-bin/kpathsea.buildlink.mk34
1 files changed, 0 insertions, 34 deletions
diff --git a/print/teTeX-bin/kpathsea.buildlink.mk b/print/teTeX-bin/kpathsea.buildlink.mk
deleted file mode 100644
index 2d6fa987b09..00000000000
--- a/print/teTeX-bin/kpathsea.buildlink.mk
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: kpathsea.buildlink.mk,v 1.1 2002/05/20 13:43:49 wiz Exp $
-#
-# This Makefile fragment is included by packages that use libkpathsea.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.kpathsea to the dependency pattern
-# for the version of libkpathsea 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(KPATHSEA_BUILDLINK_MK)
-KPATHSEA_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.kpathsea?= teTeX-bin>=1.0.7nb2
-BUILD_DEPENDS+= ${BUILDLINK_DEPENDS.kpathsea}:../../print/teTeX-bin
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.kpathsea=teTeX-bin
-BUILDLINK_PREFIX.kpathsea_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.kpathsea= include/kpathsea/*
-BUILDLINK_FILES.kpathsea+= lib/libkpathsea.a
-
-BUILDLINK_TARGETS.kpathsea= kpathsea-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.kpathsea}
-
-pre-configure: ${BUILDLINK_TARGETS}
-kpathsea-buildlink: _BUILDLINK_USE
-
-.endif # KPATHSEA_BUILDLINK_MK