summaryrefslogtreecommitdiff
path: root/graphics/nvtv-gtk2
diff options
context:
space:
mode:
authorcube <cube>2003-10-05 09:28:45 +0000
committercube <cube>2003-10-05 09:28:45 +0000
commitb373c96568348019fdf257d65c41d1481a37484f (patch)
tree710effa6360299be2340b8529aefcd6a251020cd /graphics/nvtv-gtk2
parentd287ebc06cee57228bf86749dc1f412a0f01034e (diff)
downloadpkgsrc-b373c96568348019fdf257d65c41d1481a37484f.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"