The sourceforge name was changed from gnocatan to pioneers (pio).
Only update the MASTER_SITES and HOMEPAGE and add a new CONFLICTS line for pioneers, which will be added as soon as there is a stable version of pioneers available. Nothing really changed, but you couldn't get the distfile from any sourceforge site, due too the name change of the project. I'm now the maintainer of this package, for the time till pioneers is ready to be added.
This commit is contained in:
parent
f1e3e67038
commit
76545d1293
1 changed files with 6 additions and 4 deletions
|
@ -1,15 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.33 2005/08/10 20:56:17 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2005/08/18 19:35:20 veego Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnocatan-0.8.1.16
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= games gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnocatan/}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pio/}
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
HOMEPAGE= http://gnocatan.sourceforge.net/
|
||||
MAINTAINER= veego@NetBSD.org
|
||||
HOMEPAGE= http://pio.sourceforge.net/
|
||||
COMMENT= GNOME version of the Settlers of Catan board game
|
||||
|
||||
CONFLICTS= pioneers-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_DIRS+= xdg-1.1
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
|
|
Loading…
Reference in a new issue