From eb9d6d4bb6f829461f2059f6ce89f574a22d45de Mon Sep 17 00:00:00 2001 From: cube Date: Sun, 5 Oct 2003 09:19:29 +0000 Subject: 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. --- graphics/nvtv/Makefile | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'graphics/nvtv') 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" -- cgit v1.2.3