summaryrefslogtreecommitdiff
path: root/audio/wsoundserver
diff options
context:
space:
mode:
authorwiz <wiz>2002-08-31 03:10:11 +0000
committerwiz <wiz>2002-08-31 03:10:11 +0000
commit4d95fc6c7a138b5f5f2a4a781c09a6df9e0e45a9 (patch)
treebaf5397234d3f734fc849b8d570f29a1aebc7b53 /audio/wsoundserver
parentab7fb24ac52d94cd92765c08f571fbb1fcf36d45 (diff)
downloadpkgsrc-4d95fc6c7a138b5f5f2a4a781c09a6df9e0e45a9.tar.gz
Not needed any longer.
Diffstat (limited to 'audio/wsoundserver')
-rw-r--r--audio/wsoundserver/buildlink.mk51
1 files changed, 0 insertions, 51 deletions
diff --git a/audio/wsoundserver/buildlink.mk b/audio/wsoundserver/buildlink.mk
deleted file mode 100644
index 5976d6d8960..00000000000
--- a/audio/wsoundserver/buildlink.mk
+++ /dev/null
@@ -1,51 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.2 2001/10/03 20:56:42 jlam Exp $
-#
-# This Makefile fragment is included by packages that use wsound.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.wsound to the dependency pattern
-# for the version of wsound 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(WSOUND_BUILDLINK_MK)
-WSOUND_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.wsound?= wsoundserver>=0.4.0
-DEPENDS+= ${BUILDLINK_DEPENDS.wsound}:../../audio/wsoundserver
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.wsound=wsoundserver
-BUILDLINK_FILES.wsound= include/wsound.h
-BUILDLINK_FILES.wsound+= lib/libwsound.*
-
-.include "../../audio/libaudiofile/buildlink.mk"
-.include "../../devel/libproplist/buildlink.mk"
-
-BUILDLINK_TARGETS.wsound= wsound-buildlink
-BUILDLINK_TARGETS.wsound+= wsound-buildlink-config-wrapper
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.wsound}
-
-BUILDLINK_CONFIG.wsound= \
- ${BUILDLINK_PREFIX.wsound}/bin/get-wsound-flags
-BUILDLINK_CONFIG_WRAPPER.wsound= \
- ${BUILDLINK_DIR}/bin/get-wsound-flags
-REPLACE_BUILDLINK_SED+= \
- -e "s|${BUILDLINK_CONFIG_WRAPPER.wsound}|${BUILDLINK_CONFIG.wsound}|g"
-
-.if defined(USE_CONFIG_WRAPPER)
-GET_WSOUND_FLAGS?= ${BUILDLINK_CONFIG_WRAPPER.wsound}
-CONFIGURE_ENV+= GET_WSOUND_FLAGS="${GET_WSOUND_FLAGS}"
-MAKE_ENV+= GET_WSOUND_FLAGS="${GET_WSOUND_FLAGS}"
-.endif
-
-pre-configure: ${BUILDLINK_TARGETS.wsound}
-wsound-buildlink: _BUILDLINK_USE
-wsound-buildlink-config-wrapper: _BUILDLINK_CONFIG_WRAPPER_USE
-
-.endif # WSOUND_BUILDLINK_MK