summaryrefslogtreecommitdiff
path: root/audio/lame
diff options
context:
space:
mode:
authorwiz <wiz>2002-08-31 15:05:39 +0000
committerwiz <wiz>2002-08-31 15:05:39 +0000
commit327dca256c185a278b0d149aa9b35118d3550126 (patch)
treea831b746060dcc9bdca05fc431e42c33b11ddb3e /audio/lame
parent99d0f085feb39bc015db4b7f71cb558ea4249c90 (diff)
downloadpkgsrc-327dca256c185a278b0d149aa9b35118d3550126.tar.gz
Unused.
Diffstat (limited to 'audio/lame')
-rw-r--r--audio/lame/buildlink.mk33
1 files changed, 0 insertions, 33 deletions
diff --git a/audio/lame/buildlink.mk b/audio/lame/buildlink.mk
deleted file mode 100644
index abf175a5f82..00000000000
--- a/audio/lame/buildlink.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.1 2001/12/26 00:32:01 zuntum Exp $
-#
-# This Makefile fragment is included by packages that use lame.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.lame to the dependency pattern
-# for the version of lame 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(LAME_BUILDLINK_MK)
-LAME_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.lame?= lame>=3.89
-DEPENDS+= ${BUILDLINK_DEPENDS.lame}:../../audio/lame
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.lame=lame
-BUILDLINK_PREFIX.lame= ${LOCALBASE}
-BUILDLINK_FILES.lame= include/lame/lame.h
-
-BUILDLINK_TARGETS.lame= lame-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.lame}
-
-pre-configure: ${BUILDLINK_TARGETS.lame}
-lame-buildlink: _BUILDLINK_USE
-
-.endif # LAME_BUILDLINK_MK