pkgsrc/games/gnocatan/Makefile
veego 76545d1293 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.
2005-08-18 19:35:20 +00:00

24 lines
611 B
Makefile

# $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:=pio/}
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
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../mk/bsd.pkg.mk"