diff options
author | jlam <jlam> | 2002-11-14 23:13:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-11-14 23:13:52 +0000 |
commit | ee68eccc5f771c4ac98d4dbef9b0a77b9a0ab112 (patch) | |
tree | 2663100548eed3fe837a9e78d76aacfb84c0306d /print/teTeX-bin | |
parent | c56d258478aa7d294cde1eedc17094213d83228a (diff) | |
download | pkgsrc-ee68eccc5f771c4ac98d4dbef9b0a77b9a0ab112.tar.gz |
This file appears to be unused.
Diffstat (limited to 'print/teTeX-bin')
-rw-r--r-- | print/teTeX-bin/kpathsea.buildlink.mk | 34 |
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 |