summaryrefslogtreecommitdiff
path: root/net/openslp
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-05 03:20:54 +0000
committerwiz <wiz>2002-10-05 03:20:54 +0000
commit230f0b12ab2015adb980716b646489e9be767b4b (patch)
tree98c097f47b15d3c28d6b48089c463d6a13f1e3c6 /net/openslp
parentdfeec056dd44792b4dc78d1884c6698652100b60 (diff)
downloadpkgsrc-230f0b12ab2015adb980716b646489e9be767b4b.tar.gz
Unused.
Diffstat (limited to 'net/openslp')
-rw-r--r--net/openslp/buildlink.mk34
1 files changed, 0 insertions, 34 deletions
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