summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-05 12:41:02 +0000
committerwiz <wiz@pkgsrc.org>2002-10-05 12:41:02 +0000
commit3b52e946a21d30522b803d5a8aa9115610bb894b (patch)
tree19d6fce6c8096955ddb49664bbb1d55b62814b12 /security
parent6bde5d450a9898883abc1f6997a46195641421bb (diff)
downloadpkgsrc-3b52e946a21d30522b803d5a8aa9115610bb894b.tar.gz
Unused.
Diffstat (limited to 'security')
-rw-r--r--security/mhash/buildlink.mk34
1 files changed, 0 insertions, 34 deletions
diff --git a/security/mhash/buildlink.mk b/security/mhash/buildlink.mk
deleted file mode 100644
index 536ab814aef..00000000000
--- a/security/mhash/buildlink.mk
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.1 2001/10/09 19:20:33 jlam Exp $
-#
-# This Makefile fragment is included by packages that use mhash.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.mhash to the dependency pattern
-# for the version of mhash 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(MHASH_BUILDLINK_MK)
-MHASH_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.mhash?= mhash>=0.8.3
-DEPENDS+= ${BUILDLINK_DEPENDS.mhash}:../../security/mhash
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.mhash=mhash
-BUILDLINK_PREFIX.mhash_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.mhash= include/mhash.h
-BUILDLINK_FILES.mhash+= lib/libmhash.*
-
-BUILDLINK_TARGETS.mhash= mhash-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.mhash}
-
-pre-configure: ${BUILDLINK_TARGETS.mhash}
-mhash-buildlink: _BUILDLINK_USE
-
-.endif # MHASH_BUILDLINK_MK