diff options
-rw-r--r-- | games/ggo/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/ggo/Makefile b/games/ggo/Makefile index fecacae1014d..9c4abc362fc2 100644 --- a/games/ggo/Makefile +++ b/games/ggo/Makefile @@ -8,7 +8,8 @@ PORTNAME= ggo PORTVERSION= 1.0 CATEGORIES= games java -MASTER_SITES= http://www.pandanet.co.jp/java/gGo/download/ +MASTER_SITES= http://panda-igs.joyjoy.net/java/gGo/download/ \ + http://www.pandanet.co.jp/java/gGo/download/ DISTNAME= gGo-${PORTVERSION} MAINTAINER= jonc@chen.org.nz @@ -16,6 +17,9 @@ COMMENT= PandaNet's IGS Client, GNU Go Client and SGF Editor RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper +DEPRECATED= developer's focus have moved elsewhere +EXPIRATION_DATE=2007-10-03 + USE_JAVA= yes JAVA_VERSION= 1.3+ NO_BUILD= yes |