diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
commit | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (patch) | |
tree | 5385aaba8d145f303a49f4d03b2ae3374f09932a /emulators/xgs | |
parent | 5e49915a14d6e0074778dbb432dd40bbd9120b02 (diff) | |
download | ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.tar.gz ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.zip |
Notes
Diffstat (limited to 'emulators/xgs')
-rw-r--r-- | emulators/xgs/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/xgs/Makefile b/emulators/xgs/Makefile index 8bd20c995594..cf3180332576 100644 --- a/emulators/xgs/Makefile +++ b/emulators/xgs/Makefile @@ -1,17 +1,14 @@ # New ports collection makefile for: xgs -# Version required: 0.50 # Date created: 2nd May, 1997 # Whom: Joel Sutton <sutton@aardvark.apana.org.au> # # $FreeBSD$ # - # This is the stable release of the xgs emulator. Sound support is # currently broken. -# Distfile collection and extraction stuff -# -DISTNAME= xgs-0.50 +PORTNAME= xgs +PORTVERSION= 0.50 CATEGORIES= emulators MASTER_SITES= http://www.inwards.com/xgs/ \ ftp://ftp.apple.asimov.net/pub/apple_II/emulators/rom_images/ |