summaryrefslogtreecommitdiff
path: root/x11/xvinfo/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-04-12 18:04:07 +0000
committerjoerg <joerg@pkgsrc.org>2007-04-12 18:04:07 +0000
commitd0f5e632367f4d8ebe0a1ad12fae6724b0a05a4b (patch)
tree1e49abb7f4e0fb34bd27680c816b3c7f2dc19dad /x11/xvinfo/Makefile
parent71c92f92d457e60602f7fef6bd2f8b02749b789f (diff)
downloadpkgsrc-d0f5e632367f4d8ebe0a1ad12fae6724b0a05a4b.tar.gz
Import xvinfo-1.0.1.
This package provides xvinfo, a program to query the capability of the video adaptor accessbible through the X-Video extension. This is from the modular X.org X11 project.
Diffstat (limited to 'x11/xvinfo/Makefile')
-rw-r--r--x11/xvinfo/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xvinfo/Makefile b/x11/xvinfo/Makefile
new file mode 100644
index 00000000000..4ca38b62763
--- /dev/null
+++ b/x11/xvinfo/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 18:04:07 joerg Exp $
+#
+
+DISTNAME= xvinfo-1.0.1
+CATEGORIES= x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Query X-Video capabilities
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXv/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"