diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-02 20:36:04 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-02 20:36:04 +0000 |
commit | ab0c2153cd0557600d27cc619b1099f807c8e848 (patch) | |
tree | 34766f7d6cb720d6e9c7395d5690f69eefbe5b8f /emulators/prodosemu | |
parent | fcf639fe9e0afb644678fd59b48b93e2f7a3c236 (diff) | |
download | ports-ab0c2153cd0557600d27cc619b1099f807c8e848.tar.gz ports-ab0c2153cd0557600d27cc619b1099f807c8e848.zip |
Notes
Diffstat (limited to 'emulators/prodosemu')
-rw-r--r-- | emulators/prodosemu/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/emulators/prodosemu/Makefile b/emulators/prodosemu/Makefile index 8a5f0cbf402c..31d47b86482d 100644 --- a/emulators/prodosemu/Makefile +++ b/emulators/prodosemu/Makefile @@ -3,18 +3,20 @@ # Date created: 18th February 1997 # Whom: Joel Sutton <sutton@aardvark.apana.org.au> # -# $Id: Makefile,v 1.1.1.1 1997/07/07 11:22:08 max Exp $ +# $Id: Makefile,v 1.2 1998/12/01 09:36:32 obrien Exp $ # DISTNAME= prodosemu.v0.1 PKGNAME= prodosemu-0.1 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/emulators/prodosemu/ +MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/emulators/prodosemu/ \ + ftp://apple2.caltech.edu/pub/apple2/emulators/ \ + ftp://apple.cabi.net/pub/apple_II/emulators/prodosemu/ \ + ftp://ftp.aarnet.edu.au/pub/apple/apple_II/emulators/prodosemu/ \ + ftp://ftp.recherche.enac.fr/pub/MIRRORS/apple_II/emulators/prodosemu/ MAINTAINER= sutton@aardvark.apana.org.au -BROKEN="fetch" - NO_PACKAGE= yes RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed. WRKSRC= ${WRKDIR}/prodosemu-v0.1 |