1 # $NetBSD: Makefile,v 1.4 2013/06/01 08:03:26 mrg Exp $ 2 3 .include <bsd.own.mk> 4 5 LIB= Xv 6 .PATH: ${X11SRCDIR.${LIB}}/src 7 .PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions 8 .PATH: ${X11SRCDIR.${LIB}}/man 9 10 SRCS= Xv.c 11 12 CPPFLAGS+= ${X11FLAGS.THREADLIB} 13 CPPFLAGS+= -DHAVE__XEATDATAWORDS 14 15 INCS= Xvlib.h 16 INCSDIR=${X11INCDIR}/X11/extensions 17 18 LIBDPLIBS=\ 19 Xext ${.CURDIR}/../libXext \ 20 X11 ${.CURDIR}/../libX11/dynamic 21 22 MAN= Xv.3 XvFreeAdaptorInfo.3 XvFreeEncodingInfo.3 XvGetPortAttribute.3 \ 23 XvGetStill.3 XvGetVideo.3 XvGrabPort.3 XvPortNotify.3 XvPutStill.3 \ 24 XvPutVideo.3 XvQueryAdaptors.3 XvQueryBestSize.3 XvQueryEncodings.3 \ 25 XvQueryExtension.3 XvSelectPortNotify.3 XvSelectVideoNotify.3 \ 26 XvSetPortAttribute.3 XvStopVideo.3 XvUngrabPort.3 XvVideoNotify.3 27 28 PKGDIST= ${LIB} 29 30 .include <bsd.x11.mk> 31 .include <bsd.lib.mk> 32