7e751949e4
It turns out there were a lot of these.
15 lines
408 B
Makefile
15 lines
408 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2012/05/07 01:53:15 dholland Exp $
|
|
|
|
BUILDLINK_TREE+= twolame
|
|
|
|
.if !defined(TWOLAME_BUILDLINK3_MK)
|
|
TWOLAME_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.twolame+= twolame>=0.3.7
|
|
BUILDLINK_ABI_DEPENDS.twolame+= twolame>=0.3.7nb1
|
|
BUILDLINK_PKGSRCDIR.twolame?= ../../audio/twolame
|
|
|
|
.include "../../audio/libsndfile/buildlink3.mk"
|
|
.endif # TWOLAME_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -twolame
|