diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-21 16:42:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-21 16:42:59 +0000 |
commit | 61a1cbf27c7ca8beedfdf237dd7a5b8f75b23043 (patch) | |
tree | 5b1c9349921826fa9dc64177e1392884031e7cd0 /games/quake3/Makefile | |
parent | bcf3ed8ed5a35a3b756e68116c74d2b82b5a3781 (diff) | |
download | ports-61a1cbf27c7ca8beedfdf237dd7a5b8f75b23043.tar.gz ports-61a1cbf27c7ca8beedfdf237dd7a5b8f75b23043.zip |
Notes
Diffstat (limited to 'games/quake3/Makefile')
-rw-r--r-- | games/quake3/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile index 2f6a87f57851..3343fa517211 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -1,14 +1,20 @@ # New ports collection makefile for: quake3 -# Date created: 23 August 2005 -# Whom: pypt +# Date created: 23 August 2005 +# Whom: pypt # # $FreeBSD$ # PORTNAME= quake3 PORTVERSION= 1.32b +PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ +MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ \ + http://www.proarena.com/p/ftpx/x8524/quake_3_arena/ \ + http://www.planetgargoyle.com/ \ + http://www.teamdarkside.net/ \ + http://0day.icculus.org/mirrors/quake3/ \ + http://www.olpainless.net/files/ EXTRACT_SUFX= -source.zip EXTRACT_ONLY= |