diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-01 17:36:34 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-01 17:36:34 +0800 |
commit | fbbaf73c44f782ba9743c7e84e80b53fe3c1242d (patch) | |
tree | dbd010c652921a85fb3780f2118746d6ff1d1910 /emulators/xgs | |
parent | 2b2454574671d1a02ad8afc3ac741274331370df (diff) | |
download | freebsd-ports-graphics-fbbaf73c44f782ba9743c7e84e80b53fe3c1242d.tar.gz freebsd-ports-graphics-fbbaf73c44f782ba9743c7e84e80b53fe3c1242d.tar.zst freebsd-ports-graphics-fbbaf73c44f782ba9743c7e84e80b53fe3c1242d.zip |
Mark BROKEN. Distfiles unfetchable.
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 3ba1573d165..5486d6e8e6f 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 |