summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-05 03:20:54 +0000
committerwiz <wiz>2002-10-05 03:20:54 +0000
commit1f9ed8fb6d69fadb5d30d7865e247d32eae38e3c (patch)
tree98c097f47b15d3c28d6b48089c463d6a13f1e3c6
parent5dfd201c8f78d1c55591ffa8cf35938b7ff5610a (diff)
downloadpkgsrc-1f9ed8fb6d69fadb5d30d7865e247d32eae38e3c.tar.gz
Unused.
-rw-r--r--net/ORBit2/buildlink.mk58
-rw-r--r--net/openslp/buildlink.mk34
-rw-r--r--textproc/kakasi/buildlink.mk49
3 files changed, 0 insertions, 141 deletions
diff --git a/net/ORBit2/buildlink.mk b/net/ORBit2/buildlink.mk
deleted file mode 100644
index c249b30da83..00000000000
--- a/net/ORBit2/buildlink.mk
+++ /dev/null
@@ -1,58 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.6 2002/09/10 16:06:46 wiz Exp $
-#
-# This Makefile fragment is included by packages that use orbit2.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.orbit2 to the dependency pattern
-# for the version of orbit2 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(ORBIT2_BUILDLINK_MK)
-ORBIT2_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.orbit2?= ORBit2>=2.4.0nb2
-DEPENDS+= ${BUILDLINK_DEPENDS.orbit2}:../../net/ORBit2
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.orbit2=orbit2
-BUILDLINK_PREFIX.orbit2_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.orbit2= include/orbit-2.0/orbit/*/*
-BUILDLINK_FILES.orbit2+=include/orbit-2.0/orbit/*
-BUILDLINK_FILES.orbit2+=include/orbit-2.0/ORBitservices/*
-BUILDLINK_FILES.orbit2+=lib/libORBit-2.*
-BUILDLINK_FILES.orbit2+=lib/libORBitCosNaming-2.*
-BUILDLINK_FILES.orbit2+=lib/libname-server-2.*
-BUILDLINK_FILES.orbit2+=lib/orbit-2.0/*
-
-.include "../../devel/pkgconfig/buildlink.mk"
-.include "../../devel/popt/buildlink.mk"
-.include "../../net/libIDL/buildlink.mk"
-.include "../../net/linc/buildlink.mk"
-
-BUILDLINK_TARGETS.orbit2= orbit2-buildlink
-BUILDLINK_TARGETS.orbit2+= orbit2-buildlink-config-wrapper
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.orbit2}
-BUILDLINK_TARGETS+= ${BUILDLINK_PKG_CONFIG}
-
-BUILDLINK_CONFIG.orbit2=${BUILDLINK_PREFIX.orbit2}/bin/orbit2-config
-BUILDLINK_CONFIG_WRAPPER.orbit2=${BUILDLINK_DIR}/bin/orbit2-config
-REPLACE_BUILDLINK_SED+= \
- -e "s|${BUILDLINK_CONFIG_WRAPPER.orbit2}|${BUILDLINK_CONFIG.orbit2}|g"
-
-.if defined(USE_CONFIG_WRAPPER)
-ORBIT2_CONFIG?= ${BUILDLINK_CONFIG_WRAPPER.orbit2}
-CONFIGURE_ENV+= ORBIT2_CONFIG="${ORBIT2_CONFIG}"
-MAKE_ENV+= ORBIT2_CONFIG="${ORBIT2_CONFIG}"
-.endif
-
-pre-configure: ${BUILDLINK_TARGETS.orbit2}
-orbit2-buildlink: _BUILDLINK_USE
-orbit2-buildlink-config-wrapper: _BUILDLINK_CONFIG_WRAPPER_USE
-
-.endif # ORBIT2_BUILDLINK_MK
diff --git a/net/openslp/buildlink.mk b/net/openslp/buildlink.mk
deleted file mode 100644
index baa74e322c3..00000000000
--- a/net/openslp/buildlink.mk
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.1.1.1 2001/08/18 03:18:43 jlam Exp $
-#
-# This Makefile fragment is included by packages that use openslp.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.openslp to the dependency pattern
-# for the version of openslp 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(OPENSLP_BUILDLINK_MK)
-OPENSLP_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.openslp?= openslp>=1.0.1
-DEPENDS+= ${BUILDLINK_DEPENDS.openslp}:../../net/openslp
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.openslp=openslp
-BUILDLINK_PREFIX.openslp_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.openslp= include/slp.h
-BUILDLINK_FILES.openslp+= lib/libslp.*
-
-BUILDLINK_TARGETS.openslp= openslp-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.openslp}
-
-pre-configure: ${BUILDLINK_TARGETS.openslp}
-openslp-buildlink: _BUILDLINK_USE
-
-.endif # OPENSLP_BUILDLINK_MK
diff --git a/textproc/kakasi/buildlink.mk b/textproc/kakasi/buildlink.mk
deleted file mode 100644
index 962f35efb0b..00000000000
--- a/textproc/kakasi/buildlink.mk
+++ /dev/null
@@ -1,49 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.2 2002/08/25 18:40:05 jlam Exp $
-#
-# This Makefile fragment is included by packages that use kakasi.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.kakasi to the dependency pattern
-# for the version of kakasi 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(KAKASI_BUILDLINK_MK)
-KAKASI_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.kakasi?= kakasi>=2.3.0
-DEPENDS+= ${BUILDLINK_DEPENDS.kakasi}:../../textproc/kakasi
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.kakasi=kakasi
-BUILDLINK_PREFIX.kakasi_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.kakasi= include/libkakasi.h
-BUILDLINK_FILES.kakasi+= lib/libkakasi.*
-
-BUILDLINK_TARGETS.kakasi= kakasi-buildlink
-BUILDLINK_TARGETS.kakasi+= kakasi-buildlink-config-wrapper
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.kakasi}
-
-BUILDLINK_CONFIG.kakasi= \
- ${BUILDLINK_PREFIX.kakasi}/bin/kakasi-config
-BUILDLINK_CONFIG_WRAPPER.kakasi= \
- ${BUILDLINK_DIR}/bin/kakasi-config
-REPLACE_BUILDLINK_SED+= \
- -e "s|${BUILDLINK_CONFIG_WRAPPER.kakasi}|${BUILDLINK_CONFIG.kakasi}|g"
-
-.if defined(USE_CONFIG_WRAPPER)
-KAKASI_CONFIG?= ${BUILDLINK_CONFIG_WRAPPER.kakasi}
-CONFIGURE_ENV+= KAKASI_CONFIG="${KAKASI_CONFIG}"
-MAKE_ENV+= KAKASI_CONFIG="${KAKASI_CONFIG}"
-.endif
-
-pre-configure: ${BUILDLINK_TARGETS.kakasi}
-kakasi-buildlink: _BUILDLINK_USE
-kakasi-buildlink-config-wrapper: _BUILDLINK_CONFIG_WRAPPER_USE
-
-.endif # KAKASI_BUILDLINK_MK