33 lines
1.1 KiB
Makefile
33 lines
1.1 KiB
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2008/12/18 17:19:06 bjs Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
X264_DEVEL_BUILDLINK3_MK:= ${X264_DEVEL_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= x264-devel
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nx264-devel}
|
|
BUILDLINK_PACKAGES+= x264-devel
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}x264-devel
|
|
|
|
.if !empty(X264_DEVEL_BUILDLINK3_MK:M+)
|
|
###
|
|
### NOTE: When changing BUILDLINK_A[BP]I_DEPENDS.x264-devel, please record
|
|
### the value of X264_BUILD in x264.h along with the appropriate
|
|
### dependency specification. Perhaps we should incorporate this
|
|
### into the version number and/or pkg-config file?
|
|
###
|
|
### Prior specification: x264-devel>=20060127 # X264_BUILD 44
|
|
###
|
|
BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20081217 # X264_BUILD 65
|
|
BUILDLINK_PKGSRCDIR.x264-devel?= ../../multimedia/x264-devel
|
|
pkgbase:= x264-devel
|
|
. include "../../mk/pkg-build-options.mk"
|
|
.endif # X264_DEVEL_BUILDLINK3_MK
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.x264-devel:Mthreads)
|
|
. include "../../mk/pthread.buildlink3.mk"
|
|
.endif
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|