diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-12 12:56:17 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-12 12:56:17 +0800 |
commit | 7d5c65431aad0162dcd5aa917c5d1646dfb02c22 (patch) | |
tree | 70918f4cedb0a4f811642bffb1bcb275cecd393f /emulators/xgs | |
parent | b63050e9ed523e4a52ef681c03ecbdf827f2ad72 (diff) | |
download | freebsd-ports-gnome-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.tar.gz freebsd-ports-gnome-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.tar.zst freebsd-ports-gnome-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.zip |
PORTNAME/VERSION stuff
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/ |