summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-05 02:57:20 +0000
committerwiz <wiz>2002-10-05 02:57:20 +0000
commitee1c273b3d01cce7517bc282e6de2958ad4cbf87 (patch)
tree19f5dee33d7ccc33489336f6a56153bc99e36fca /textproc
parent34ce8b0a10c2533ec5255e172b3d30f95d5fe552 (diff)
downloadpkgsrc-ee1c273b3d01cce7517bc282e6de2958ad4cbf87.tar.gz
Unused.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libpspell/buildlink.mk34
1 files changed, 0 insertions, 34 deletions
diff --git a/textproc/libpspell/buildlink.mk b/textproc/libpspell/buildlink.mk
deleted file mode 100644
index c1b83046477..00000000000
--- a/textproc/libpspell/buildlink.mk
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.2 2002/01/24 13:49:59 wiz Exp $
-#
-# This Makefile fragment is included by packages that use libpspell.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.libpspell to the dependency pattern
-# for the version of libpspell 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(LIBPSPELL_BUILDLINK_MK)
-LIBPSPELL_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.libpspell?= libpspell>=0.12.2nb1
-DEPENDS+= ${BUILDLINK_DEPENDS.libpspell}:../../textproc/libpspell
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.libpspell=libpspell
-BUILDLINK_PREFIX.libpspell_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.libpspell= include/pspell/*
-BUILDLINK_FILES.libpspell+= lib/libpspell*
-
-BUILDLINK_TARGETS.libpspell= libpspell-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.libpspell}
-
-pre-configure: ${BUILDLINK_TARGETS.libpspell}
-libpspell-buildlink: _BUILDLINK_USE
-
-.endif # LIBPSPELL_BUILDLINK_MK