diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-03 06:44:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-03 06:44:06 +0000 |
commit | 02c1f240843733b9cf91ef6995394ae294b2fab1 (patch) | |
tree | 8936ea1017a0ea4ee0f2ccfbc49cb619c997ad53 /emulators/atari800 | |
parent | 36c67cc873acc5dd0733eedab0d621c711be20a3 (diff) |
Notes
Diffstat (limited to 'emulators/atari800')
-rw-r--r-- | emulators/atari800/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index fe2f8c16cc32..56a6f992fc33 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -3,13 +3,14 @@ # Date created: 29th April, 1997 # Whom: Joel Sutton <sutton@aardvark.apana.org.au> # -# $Id: Makefile,v 1.1.1.1 1997/10/29 09:07:08 tg Exp $ +# $Id: Makefile,v 1.2 1998/08/07 23:56:17 asami Exp $ # DISTNAME= Atari800-0.8.1 PKGNAME= atari800-0.8.1 CATEGORIES= emulators -MASTER_SITES= http://www.signus.demon.co.uk/david/atari/ +MASTER_SITES= http://www.signus.demon.co.uk/Software/Portable/Atari800e/ \ + http://cas3.zlin.vutbr.cz/~stehlik/a800/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_FILES} MAINTAINER= sutton@aardvark.apana.org.au |