summaryrefslogtreecommitdiff
path: root/graphics/nvtv
diff options
context:
space:
mode:
authorcube <cube>2003-10-05 09:19:29 +0000
committercube <cube>2003-10-05 09:19:29 +0000
commit9c4fe916ba82b479b9741a1cb7897ff3a92b8d93 (patch)
tree38099fe21358d6e9d3830871d0e5a5aa2f7db689 /graphics/nvtv
parent79fcf92295bbfd82feae3fe525edd42d7fbab8b4 (diff)
downloadpkgsrc-9c4fe916ba82b479b9741a1cb7897ff3a92b8d93.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"