summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2003-10-05 09:28:45 +0000
committercube <cube@pkgsrc.org>2003-10-05 09:28:45 +0000
commit65f8fb0902225253286f9336c108f23b80c95d21 (patch)
tree710effa6360299be2340b8529aefcd6a251020cd /graphics
parent491b533e8cb96818b09cccfa608fa8caacc8f2d5 (diff)
downloadpkgsrc-65f8fb0902225253286f9336c108f23b80c95d21.tar.gz
Initial import of nvtv-gtk2, version 0.4.5, into the NetBSD Package
Collection, from pkgsrc-wip. OK'd by seb@. This is a tool to enable TV-Out on Linux for NVidia cards. It does not need the kernel, supports multiple TV encoder chips. You may use all the features of the chip, down to direct register access, and all resolutions and sizes the chip supports.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/nvtv-gtk2/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/nvtv-gtk2/Makefile b/graphics/nvtv-gtk2/Makefile
new file mode 100644
index 00000000000..c15031eb01f
--- /dev/null
+++ b/graphics/nvtv-gtk2/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/10/05 09:28:45 cube Exp $
+
+PKGNAME= ${DISTNAME:S/-/-gtk2-/}
+.include "../../wip/nvtv/Makefile.common"
+
+CONFLICTS= nvtv-[0-9]*
+
+DESCR_SRC= ${.CURDIR}/../../wip/nvtv/DESCR
+DISTINFO_FILE= ${.CURDIR}/../../wip/nvtv/distinfo
+FILESDIR= ${.CURDIR}/../../wip/nvtv/files
+PLIST_SRC= ${.CURDIR}/../../wip/nvtv/PLIST
+PATCHDIR= ${.CURDIR}/../../wip/nvtv/patches
+
+.include "../../x11/gtk2/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"