diff options
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 |