From a0e085d9a97975a7a26805a1c8b491d954264468 Mon Sep 17 00:00:00 2001 From: pooka Date: Thu, 27 Jan 2000 17:07:28 +0000 Subject: Upgrade xskat to 3.2. Provided by wolfy@cmu.edu in pr 9079. --- games/xskat/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'games/xskat/Makefile') diff --git a/games/xskat/Makefile b/games/xskat/Makefile index dc2ab1b5337..2e44d573d63 100644 --- a/games/xskat/Makefile +++ b/games/xskat/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/01/07 00:36:32 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/27 17:07:28 pooka Exp $ # FreeBSD Id: Makefile,v 1.10 1998/12/22 16:07:01 tg Exp # -DISTNAME= xskat-3.0 +DISTNAME= xskat-3.2 WRKSRC= ${WRKDIR}/xskat CATEGORIES= games MASTER_SITES= http://www.gulu.net/xskat/ @@ -13,3 +13,9 @@ HOMEPAGE= http://www.gulu.net/xskat/ USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" + +.if defined(DEFAULT_IRC_SERVER) +MAKE_ENV+= IRC_SERVER=${DEFAULT_IRC_SERVER} +.else +MAKE_ENV+= IRC_SERVER=irc.fu-berlin.de +.endif -- cgit v1.2.3