diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2000-01-22 19:05:57 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2000-01-22 19:05:57 +0000 |
commit | 35f17239c4efb018e96f46dd1fc0ecc02d1bc37a (patch) | |
tree | 00ff75279f948b840da9f6b76e9974562ca0299e /games/netris/Makefile | |
parent | 3cd2d13b503f0e2a19318f1e59e6428b4a26e4be (diff) | |
download | FreeBSD-ports-35f17239c4efb018e96f46dd1fc0ecc02d1bc37a.zip FreeBSD-ports-35f17239c4efb018e96f46dd1fc0ecc02d1bc37a.tar.gz |
Support IPv6.
No response from: maintainer
Diffstat (limited to 'games/netris/Makefile')
-rw-r--r-- | games/netris/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games/netris/Makefile b/games/netris/Makefile index bf9138c..55cd899 100644 --- a/games/netris/Makefile +++ b/games/netris/Makefile @@ -7,9 +7,14 @@ # DISTNAME= netris-0.5 -CATEGORIES= games +CATEGORIES= games ipv6 MASTER_SITES= ftp://ftp.netris.org/pub/netris/ +PATCH_SITES= ftp://ftp2.v6.linux.or.jp/pub/Linux/IPv6-2/netris/ \ + http://ftp2.v6.linux.or.jp/pub/Linux/IPv6-2/netris/ +PATCHFILES= netris-0.5-v6-19991206a.diff.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= desmo@bandwidth.org HAS_CONFIGURE= yes |