summaryrefslogtreecommitdiff
path: root/games/xskat/Makefile
diff options
context:
space:
mode:
authorpooka <pooka>2000-01-27 17:07:28 +0000
committerpooka <pooka>2000-01-27 17:07:28 +0000
commitabc7d636efcd551ac26838eadb75bd90550753df (patch)
tree0309aa24e8b2c9f60316de15b6e9812378cf239f /games/xskat/Makefile
parent5b8f05e001eb0760a0759d7e6231cd454a793bd6 (diff)
downloadpkgsrc-abc7d636efcd551ac26838eadb75bd90550753df.tar.gz
Upgrade xskat to 3.2. Provided by wolfy@cmu.edu in pr 9079.
Diffstat (limited to 'games/xskat/Makefile')
-rw-r--r--games/xskat/Makefile10
1 files changed, 8 insertions, 2 deletions
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