diff options
author | danfe <danfe@FreeBSD.org> | 2005-04-06 17:26:44 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-04-06 17:26:44 +0800 |
commit | a3ce5c96818991cf8df9a6be1412c4058ac8fbff (patch) | |
tree | 9290ee8597a66e49f99c4ef5d800161d09239e79 /emulators | |
parent | abad0ac853a8f2146d61808f49150488f488ae7c (diff) | |
download | freebsd-ports-gnome-a3ce5c96818991cf8df9a6be1412c4058ac8fbff.tar.gz freebsd-ports-gnome-a3ce5c96818991cf8df9a6be1412c4058ac8fbff.tar.zst freebsd-ports-gnome-a3ce5c96818991cf8df9a6be1412c4058ac8fbff.zip |
- Fix fetching (distfile disappeared from MASTER_SITE_LOCAL) [1]
- Properly indent Makefile header
PR: ports/79583 [1]
Submitted by: Sam Lawrance <boris(at)brooknet.com.au>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 7cfa2bc2e242..183171190913 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: xzx -# Date created: 13 Nov 1997 -# Whom: Sheldon Hearn <axl@iafrica.com> +# Date created: 13 Nov 1997 +# Whom: Sheldon Hearn <axl@iafrica.com> # # $FreeBSD$ # @@ -8,12 +8,7 @@ PORTNAME= xzx PORTVERSION= 4.4 CATEGORIES= emulators -# I don't maintain this port anymore, but I'm happy to track the distfiles, as -# it's difficult to fetch(1) them from the WWW site. If you are updating this -# port, shoot me an email if you want me to add the new distfile to -# MASTER_SITE_LOCAL -- adamw@ -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= adamw +MASTER_SITES= http://www.zx-spectrum.net/xzx/files/ DISTNAME= ${PORTNAME}-pro-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -22,6 +17,9 @@ COMMENT= ZX Spectrum (48K/128K/+3) Emulator for X11 # xmkmf is used in configure script; USE_IMAKE makes the build unhappy BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} +# Server redirects to distfile; won't work with -A +FETCH_CMD= /usr/bin/fetch -Rr + USE_MOTIF= yes USE_X_PREFIX= yes USE_REINPLACE= yes |