summaryrefslogtreecommitdiff
path: root/math/udunits
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-08 19:31:05 +0000
committerwiz <wiz@pkgsrc.org>2002-10-08 19:31:05 +0000
commitf266045cfd52ab6ccce37a4f9dcdea9a90e7e4a4 (patch)
tree176b97d2ba0c22fdd09504719fd2a9c5da1b3b17 /math/udunits
parent50f43064b949aef32515505d085390ddb3029300 (diff)
downloadpkgsrc-f266045cfd52ab6ccce37a4f9dcdea9a90e7e4a4.tar.gz
Unused.
Diffstat (limited to 'math/udunits')
-rw-r--r--math/udunits/buildlink.mk36
1 files changed, 0 insertions, 36 deletions
diff --git a/math/udunits/buildlink.mk b/math/udunits/buildlink.mk
deleted file mode 100644
index 85b8d400e90..00000000000
--- a/math/udunits/buildlink.mk
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.1 2002/05/03 22:59:53 jtb Exp $
-#
-# This Makefile fragment is included by packages that use udunits.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.udunits to the dependency pattern
-# for the version of udunits 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(UDUNITS_BUILDLINK_MK)
-UDUNITS_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.udunits?= udunits>=1.11.7
-BUILD_DEPENDS+= ${BUILDLINK_DEPENDS.udunits}:../../math/udunits
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.udunits=udunits
-BUILDLINK_PREFIX.udunits_DEFAULT=${LOCALBASE}
-BUILDLINK_FILES.udunits= lib/libudunits.*
-BUILDLINK_FILES.udunits+= lib/libudport.*
-BUILDLINK_FILES.udunits+= include/udunits.h
-BUILDLINK_FILES.udunits+= include/udunits.inc
-
-BUILDLINK_TARGETS.udunits= udunits-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.udunits}
-
-pre-configure: ${BUILDLINK_TARGETS.udunits}
-udunits-buildlink: _BUILDLINK_USE
-
-.endif # UDUNITS_BUILDLINK_MK