x.org version. I think only change is the details in the pkg-config pc file. Sorry, but the version number is decreased. Remove "devel" from categories. Doesn't need gmake. Include buildlink3.mk files for libXext, videoproto, and xextproto. Now installs man pages.
26 lines
745 B
Makefile
26 lines
745 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2006/04/12 23:35:32 jeremy-c-reed Exp $
|
|
#
|
|
# This Makefile fragment is included by packages that use libXv.
|
|
#
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBXV_BUILDLINK3_MK:= ${LIBXV_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= libXv
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NlibXv}
|
|
BUILDLINK_PACKAGES+= libXv
|
|
|
|
.if !empty(LIBXV_BUILDLINK3_MK:M+)
|
|
BUILDLINK_API_DEPENDS.libXv?= libXv>=1.0.1
|
|
BUILDLINK_PKGSRCDIR.libXv?= ../../wip/libXv
|
|
.endif # LIBXV_BUILDLINK3_MK
|
|
|
|
.include "../../wip/libX11/buildlink3.mk"
|
|
.include "../../wip/libXext/buildlink3.mk"
|
|
.include "../../wip/videoproto/buildlink3.mk"
|
|
.include "../../wip/xproto/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|