pkgsrc-wip/libXv/Makefile
Blair Sadewitz 2fdbd9ed1a This package provides the X Window System video extension from
the modular X.org project.

This package attempts to track the most current tarball available from modular
X.org.
2007-01-23 13:42:40 +00:00

27 lines
760 B
Makefile

# $NetBSD: Makefile,v 1.18 2007/01/23 13:42:40 bsadewitz Exp $
#
DISTNAME= libXv-1.0.3
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= blair.sadewitz@gmail.com
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X Video extension library from modular X.org (current/devel)
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xv.pc.in
.include "../../wip/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/videoproto/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"