diff options
author | pooka <pooka@pkgsrc.org> | 2000-01-27 17:07:28 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-01-27 17:07:28 +0000 |
commit | a0e085d9a97975a7a26805a1c8b491d954264468 (patch) | |
tree | 0309aa24e8b2c9f60316de15b6e9812378cf239f /games/xskat/Makefile | |
parent | 4e9881f89840ec97616b03d4ec69d39132e50bf0 (diff) | |
download | pkgsrc-a0e085d9a97975a7a26805a1c8b491d954264468.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/Makefile | 10 |
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 |