Make nvtv and nvtv-gtk2 have different names and conflict with each other.
This commit is contained in:
parent
3eead6ed72
commit
a86c5bb4ce
3 changed files with 18 additions and 9 deletions
|
@ -1,9 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/06/11 20:41:28 cubidou Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2003/09/29 04:28:10 cubidou Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/-/-gtk2-/}
|
||||
.include "../../wip/nvtv/Makefile.common"
|
||||
|
||||
PKGDIR= ../../wip/nvtv
|
||||
PATCHDIR= ../../wip/nvtv/patches
|
||||
FILESDIR= ../../wip/nvtv/files
|
||||
CONFLICTS= nvtv-[0-9]*
|
||||
|
||||
DESCR_SRC= ${PKGDIR}/../../wip/nvtv/DESCR
|
||||
DISTINFO_FILE= ${PKGDIR}/../../wip/nvtv/distinfo
|
||||
FILESDIR= ${PKGDIR}/../../wip/nvtv/files
|
||||
PLIST_SRC= ${PKGDIR}/../../wip/nvtv/PLIST
|
||||
PATCHDIR= ${PKGDIR}/../../wip/nvtv/patches
|
||||
|
||||
.include "../../x11/gtk2/buildlink2.mk"
|
||||
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.4 2003/06/11 20:39:44 cubidou Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2003/09/29 04:28:10 cubidou Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME}
|
||||
.include "Makefile.common"
|
||||
|
||||
CONFLICTS= nvtv-gtk2-[0-9]*
|
||||
|
||||
.include "../../x11/gtk/buildlink2.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# $NetBSD: Makefile.common,v 1.2 2003/09/28 21:32:24 cubidou Exp $
|
||||
|
||||
# $NetBSD: Makefile.common,v 1.3 2003/09/29 04:28:10 cubidou Exp $
|
||||
DISTNAME= nvtv-0.4.5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nv-tv-out/}
|
||||
|
||||
MAINTAINER= cube@NetBSD.net
|
||||
MAINTAINER= cube@NetBSD.org
|
||||
HOMEPAGE= http://sourceforge.net/projects/nv-tv-out/
|
||||
COMMENT= tool to manipulate TV-Out settings on NVidia cards
|
||||
COMMENT= Tool to manipulate TV-Out settings on NVidia cards
|
||||
|
||||
ONLY_FOR_PLATFORM= *-i386
|
||||
|
||||
|
|
Loading…
Reference in a new issue