1 # $NetBSD: Makefile,v 1.3 2008/10/04 18:46:20 cube 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 14 INCS= Xvlib.h 15 INCSDIR=${X11INCDIR}/X11/extensions 16 17 LIBDPLIBS=\ 18 Xext ${.CURDIR}/../libXext \ 19 X11 ${.CURDIR}/../libX11/dynamic 20 21 MAN= Xv.3 XvFreeAdaptorInfo.3 XvFreeEncodingInfo.3 XvGetPortAttribute.3 \ 22 XvGetStill.3 XvGetVideo.3 XvGrabPort.3 XvPortNotify.3 XvPutStill.3 \ 23 XvPutVideo.3 XvQueryAdaptors.3 XvQueryBestSize.3 XvQueryEncodings.3 \ 24 XvQueryExtension.3 XvSelectPortNotify.3 XvSelectVideoNotify.3 \ 25 XvSetPortAttribute.3 XvStopVideo.3 XvUngrabPort.3 XvVideoNotify.3 26 27 PKGDIST= ${LIB} 28 29 .include <bsd.x11.mk> 30 .include <bsd.lib.mk> 31