summaryrefslogtreecommitdiff
path: root/security/rsaref
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-25 12:19:37 +0000
committerwiz <wiz@pkgsrc.org>2002-10-25 12:19:37 +0000
commitaffff1c0bc7d40e4f2527e82f1fc04cc1510a8af (patch)
treebbc6d9273b94a457bed50c528aba6ea6b9e02035 /security/rsaref
parentb094b3e02ec66dd906152bb2cace6a49fc2384e5 (diff)
downloadpkgsrc-affff1c0bc7d40e4f2527e82f1fc04cc1510a8af.tar.gz
Unused.
Diffstat (limited to 'security/rsaref')
-rw-r--r--security/rsaref/buildlink.mk34
1 files changed, 0 insertions, 34 deletions
diff --git a/security/rsaref/buildlink.mk b/security/rsaref/buildlink.mk
deleted file mode 100644
index eeb19743666..00000000000
--- a/security/rsaref/buildlink.mk
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.5 2001/11/19 20:12:23 jlam Exp $
-#
-# This Makefile fragment is included by packages that use rsaref.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.rsaref to the dependency pattern
-# for the version of rsaref 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(RSAREF_BUILDLINK_MK)
-RSAREF_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.rsaref?= rsaref-2.0p3
-DEPENDS+= ${BUILDLINK_DEPENDS.rsaref}:../../security/rsaref
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.rsaref=rsaref
-BUILDLINK_PREFIX.rsaref_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.rsaref= include/rsaref/*.h
-BUILDLINK_FILES.rsaref+= lib/librsaref.*
-
-BUILDLINK_TARGETS.rsaref= rsaref-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.rsaref}
-
-pre-configure: ${BUILDLINK_TARGETS.rsaref}
-rsaref-buildlink: _BUILDLINK_USE
-
-.endif # RSAREF_BUILDLINK_MK