diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-17 09:47:01 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-17 09:47:01 +0000 |
commit | a12b00732386b7fd8c9f1fa961a11a1abd7bb0e8 (patch) | |
tree | 3abf977823f65e25e1b4d7968d5086e624b41f2a /emulators/xmame | |
parent | 667a83a6897e697c8e3d250c452b4b56289bb41c (diff) |
- Add more MASTER_SITES
PR: ports/93425
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=156207
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index bfe8ac814cf6..0a105e7cd978 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -9,13 +9,17 @@ PORTNAME?= xmame PORTVERSION?= 0.103 PORTREVISION= 1 CATEGORIES= emulators -MASTER_SITES= http://x.mame.net/download/:xmame \ +MASTER_SITES= http://www.franksworld.org/dist/xmame/:xmame \ + http://x.mame.net/download/:xmame \ http://www.energyhq.es.eu.org/files/:xmame \ http://www.energyhq.be/files/:xmame \ http://www.pkix.net/mirror/x.mame.net/:xmame \ + http://www.franksworld.org/dist/xmame/:history \ http://www.arcade-history.com/download/:history \ http://www.energyhq.es.eu.org/files/:history \ + http://www.franksworld.org/dist/xmame/:highscore \ http://www.mameworld.net/highscore/:highscore \ + http://www.franksworld.org/dist/xmame/:cheat \ http://cheat.retrogames.com/:cheat DISTNAME= xmame-${XMAMEVERSION:S/.r/-rc/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:xmame |