summaryrefslogtreecommitdiff
path: root/audio/lame
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-08-31 15:05:39 +0000
committerwiz <wiz@pkgsrc.org>2002-08-31 15:05:39 +0000
commite5b6dd989801fb62a6fa4c0b528378b75b89ce62 (patch)
treea831b746060dcc9bdca05fc431e42c33b11ddb3e /audio/lame
parent24f21530bda2297cdb3a44253a4d77d457112a6a (diff)
downloadpkgsrc-e5b6dd989801fb62a6fa4c0b528378b75b89ce62.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