diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-01 09:36:34 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-01 09:36:34 +0000 |
commit | cb7b609443e420b7d7ebe47928586dc53ac75e64 (patch) | |
tree | dab4af71f761665342ba85dcd19091ca9c0eae2a /emulators/xgs | |
parent | 8878cf3e7c2dda9c65f0c28d60aa4fb120cf7330 (diff) | |
download | ports-cb7b609443e420b7d7ebe47928586dc53ac75e64.tar.gz ports-cb7b609443e420b7d7ebe47928586dc53ac75e64.zip |
Notes
Diffstat (limited to 'emulators/xgs')
-rw-r--r-- | emulators/xgs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/xgs/Makefile b/emulators/xgs/Makefile index 3ba1573d165a..5486d6e8e6f5 100644 --- a/emulators/xgs/Makefile +++ b/emulators/xgs/Makefile @@ -4,7 +4,7 @@ # Whom: Joel Sutton <sutton@aardvark.apana.org.au> # FreeBSD Version: 2.1.5-RELEASE # -# $Id: Makefile,v 1.3 1997/06/09 20:21:17 chuckr Exp $ +# $Id: Makefile,v 1.4 1997/06/10 07:05:25 asami Exp $ # # This is the stable release of the xgs emulator. Sound support is @@ -19,6 +19,8 @@ MASTER_SITES= ftp://ftp.optera.com/pub/xgs/ \ ftp://ftp.apple.asimov.net/pub/apple_II/emulators/rom_images/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xgs.rom +BROKEN='fetch' + MAINTAINER= sutton@aardvark.apana.org.au DIST_SUBDIR= xgs |