96a5e36e55
- do not define MATROSKA_VERSION=2 anymore. it's not needed for mplayer any longer and no other application needs it. per discussion with Moritz Bunkus. - add test target, do not build tests as a part of normal build - i can as well add myself as MAINTAINER..
25 lines
726 B
Makefile
25 lines
726 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2004/07/20 23:53:12 salo Exp $
|
|
#
|
|
# This Makefile fragment is included by packages that use libmatroska.
|
|
#
|
|
|
|
BUILDLINK_DEPMETHOD.libmatroska?= build
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBMATROSKA_BUILDLINK3_MK:= ${LIBMATROSKA_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= libmatroska
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibmatroska}
|
|
BUILDLINK_PACKAGES+= libmatroska
|
|
|
|
.if !empty(LIBMATROSKA_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.libmatroska+= libmatroska>=0.7.0nb1
|
|
BUILDLINK_PKGSRCDIR.libmatroska?= ../../multimedia/libmatroska
|
|
.endif # LIBMATROSKA_BUILDLINK3_MK
|
|
|
|
.include "../../devel/libebml/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|