pkgsrc-wip/libXvMC/Makefile
Jeremy C. Reed 24fe50574e Import libXvMC from X.org.
X-Video Motion Compensation (XvMC) provides accelerated video
playback by offloading video decoding to hardware.  It is an
extension of the X video extension for the X Window System.
2006-05-25 01:40:42 +00:00

25 lines
671 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/05/25 01:40:42 jeremy-c-reed Exp $
#
DISTNAME= libXvMC-1.0.2
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= XVideo Motion Compensation Library
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= xvmc.pc.in
.include "../../wip/libX11/buildlink3.mk"
.include "../../wip/libXext/buildlink3.mk"
.include "../../wip/libXv/buildlink3.mk"
.include "../../wip/videoproto/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"