summaryrefslogtreecommitdiff
path: root/graphics/nvtv-gtk2
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
commite2addb9b9b8f36ee9d1d0e0a3c8fc1f73afb6d2e (patch)
tree710effa6360299be2340b8529aefcd6a251020cd /graphics/nvtv-gtk2
parent123f8a5d31aa6c0c31568fe86df7802cd51e82c3 (diff)
downloadpkgsrc-e2addb9b9b8f36ee9d1d0e0a3c8fc1f73afb6d2e.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/nvtv-gtk2')
-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"