summaryrefslogtreecommitdiff
path: root/devel/libtar
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-08 19:56:03 +0000
committerwiz <wiz@pkgsrc.org>2002-10-08 19:56:03 +0000
commitb0bc86868ddc9626c6a51c400a2e07129b4ab89e (patch)
tree4622fea3f4950195a43e427c3757a0f658ca454f /devel/libtar
parentba3a6c9bfd2e76a617eaf54d099c9ab8b0fba7bf (diff)
downloadpkgsrc-b0bc86868ddc9626c6a51c400a2e07129b4ab89e.tar.gz
Unused.
Diffstat (limited to 'devel/libtar')
-rw-r--r--devel/libtar/buildlink.mk35
1 files changed, 0 insertions, 35 deletions
diff --git a/devel/libtar/buildlink.mk b/devel/libtar/buildlink.mk
deleted file mode 100644
index 90c63be14f1..00000000000
--- a/devel/libtar/buildlink.mk
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.1.1.1 2002/04/22 17:14:48 seb Exp $
-#
-# This Makefile fragment is included by packages that use libtar.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.libtar to the dependency pattern
-# for the version of libtar 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(LIBTAR_BUILDLINK_MK)
-LIBTAR_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.libtar?= libtar>=1.2.5
-
-DEPENDS+= ${BUILDLINK_DEPENDS.libtar}:../../devel/libtar
-EVAL_PREFIX+= BUILDLINK_PREFIX.libtar=libtar
-BUILDLINK_PREFIX.libtar_DEFAULT= ${LOCALBASE}
-
-BUILDLINK_FILES.libtar= include/libtar*
-BUILDLINK_FILES.libtar+= lib/libtar.*
-
-BUILDLINK_TARGETS.libtar= libtar-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.libtar}
-
-pre-configure: ${BUILDLINK_TARGETS.libtar}
-libtar-buildlink: _BUILDLINK_USE
-
-.endif # LIBTAR_BUILDLINK_MK