diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-12 15:05:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-12 15:05:09 +0000 |
commit | c8e5eee73bbdb55656917919def4cc099ef1d39e (patch) | |
tree | d92f1cb6096f5e845acca924cea440f0741b4bd0 /games/atris | |
parent | 411198fba1e1efdd6cb4cff07d50b237c38cff57 (diff) | |
download | ports-c8e5eee73bbdb55656917919def4cc099ef1d39e.tar.gz ports-c8e5eee73bbdb55656917919def4cc099ef1d39e.zip |
Notes
Diffstat (limited to 'games/atris')
-rw-r--r-- | games/atris/Makefile | 4 | ||||
-rw-r--r-- | games/atris/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/atris/Makefile b/games/atris/Makefile index c94fcdbe7d09..6694fbde67aa 100644 --- a/games/atris/Makefile +++ b/games/atris/Makefile @@ -5,13 +5,11 @@ PORTNAME= atris PORTVERSION= 1.0.7 PORTREVISION= 7 CATEGORIES= games -MASTER_SITES= http://www.sourcefiles.org/Games/Arcade/Block_Based/Tetris/ +MASTER_SITES= http://www.cs.virginia.edu/~weimer/atris/ MAINTAINER= ports@FreeBSD.org COMMENT= Atris: Alizarin Tetris -BROKEN= unfetchable - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/games/atris/pkg-descr b/games/atris/pkg-descr index 0377bc101f89..8e11e7e1bf9f 100644 --- a/games/atris/pkg-descr +++ b/games/atris/pkg-descr @@ -3,4 +3,4 @@ systems. It includes multi-player support, user-extensible color, shape and sound styles, can use TCP/IP networking and features a few different AI opponents. It was written using the SDL Library. -WWW: http://www.wkiri.com/projects/atris/ +WWW: http://www.cs.virginia.edu/~weimer/atris/ |