diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 20:37:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 20:37:26 +0800 |
commit | 4d95387171422ce54fe739e8f6c27eb7651662e8 (patch) | |
tree | b5dbf51f20b8b165cd469e60d1c1cf7b271542d6 /emulators | |
parent | 9d8bd37c666bef376d0a0b9ae49e4ee1f86c262c (diff) | |
download | freebsd-ports-gnome-4d95387171422ce54fe739e8f6c27eb7651662e8.tar.gz freebsd-ports-gnome-4d95387171422ce54fe739e8f6c27eb7651662e8.tar.zst freebsd-ports-gnome-4d95387171422ce54fe739e8f6c27eb7651662e8.zip |
- Make fetchable again
PR: ports/130212
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xgs/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/xgs/Makefile b/emulators/xgs/Makefile index 5faa56a69ffa..bec65ef387a3 100644 --- a/emulators/xgs/Makefile +++ b/emulators/xgs/Makefile @@ -11,19 +11,17 @@ PORTNAME= xgs PORTVERSION= 0.50 PORTREVISION= 3 CATEGORIES= emulators -MASTER_SITES= http://www.inwards.com/xgs/ \ - http://www.inwards.com/xgs/2mg/ +MASTER_SITES= http://www.exit2shell.com/~skreuzer/distfiles/xgs/ DISTFILES= xgs050.tgz ROM01.ZIP EXTRACT_ONLY= xgs050.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Apple IIGS emulator stable release -EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip DIST_SUBDIR= xgs RESTRICTED= "xgs.rom copyright is owned by Apple and cannot be distributed" -BROKEN= Does not fetch # Source building # |