View | Details | Raw Unified | Return to bug 79583
Collapse All | Expand All

(-)Makefile (-6 / +3 lines)
Lines 8-19 Link Here
8
PORTNAME=	xzx
8
PORTNAME=	xzx
9
PORTVERSION=	4.4
9
PORTVERSION=	4.4
10
CATEGORIES=	emulators
10
CATEGORIES=	emulators
11
# I don't maintain this port anymore, but I'm happy to track the distfiles, as
11
MASTER_SITES=	http://www.zx-spectrum.net/xzx/files/
12
# it's difficult to fetch(1) them from the WWW site. If you are updating this
13
# port, shoot me an email if you want me to add the new distfile to
14
# MASTER_SITE_LOCAL  -- adamw@
15
MASTER_SITES=	${MASTER_SITE_LOCAL}
16
MASTER_SITE_SUBDIR=	adamw
17
DISTNAME=	${PORTNAME}-pro-${PORTVERSION}
12
DISTNAME=	${PORTNAME}-pro-${PORTVERSION}
18
13
19
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
Lines 22-27 Link Here
22
# xmkmf is used in configure script; USE_IMAKE makes the build unhappy
17
# xmkmf is used in configure script; USE_IMAKE makes the build unhappy
23
BUILD_DEPENDS=	xmkmf:${X_IMAKE_PORT}
18
BUILD_DEPENDS=	xmkmf:${X_IMAKE_PORT}
24
19
20
# server redirects to distfile; won't work with -A
21
FETCH_CMD=	/usr/bin/fetch -Rr
25
USE_MOTIF=	yes
22
USE_MOTIF=	yes
26
USE_X_PREFIX=	yes
23
USE_X_PREFIX=	yes
27
USE_REINPLACE=	yes
24
USE_REINPLACE=	yes

Return to bug 79583