summaryrefslogtreecommitdiff
path: root/graphics/nvtv
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2003-10-05 09:19:29 +0000
committercube <cube@pkgsrc.org>2003-10-05 09:19:29 +0000
commit599995b05b25e0f8c50652feedb676821a929ba4 (patch)
tree38099fe21358d6e9d3830871d0e5a5aa2f7db689 /graphics/nvtv
parenta19b0aed9c07fa15c24d9044c04cd7f6906e4ae6 (diff)
downloadpkgsrc-599995b05b25e0f8c50652feedb676821a929ba4.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')
-rw-r--r--graphics/nvtv/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/graphics/nvtv/Makefile b/graphics/nvtv/Makefile
index bfbb1fb939f..46586c2a5c5 100644
--- a/graphics/nvtv/Makefile
+++ b/graphics/nvtv/Makefile
@@ -1,10 +1,16 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/10/05 09:16:16 cube Exp $
+# $NetBSD: Makefile,v 1.1.1.2 2003/10/05 09:19:29 cube Exp $
-PKGNAME= ${DISTNAME}
-.include "Makefile.common"
+PKGNAME= ${DISTNAME:S/-/-gtk2-/}
+.include "../../wip/nvtv/Makefile.common"
-CONFLICTS= nvtv-gtk2-[0-9]*
+CONFLICTS= nvtv-[0-9]*
-.include "../../x11/gtk/buildlink2.mk"
+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"