- 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>
This commit is contained in:
parent
df1d4faff8
commit
fce81013be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132623
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user