mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
fce81013be
- Properly indent Makefile header PR: ports/79583 [1] Submitted by: Sam Lawrance <boris(at)brooknet.com.au>
43 lines
1.0 KiB
Makefile
43 lines
1.0 KiB
Makefile
# New ports collection makefile for: xzx
|
|
# Date created: 13 Nov 1997
|
|
# Whom: Sheldon Hearn <axl@iafrica.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xzx
|
|
PORTVERSION= 4.4
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.zx-spectrum.net/xzx/files/
|
|
DISTNAME= ${PORTNAME}-pro-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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
|
|
|
|
# License forbids redistribution
|
|
RESTRICTED= Redistribution forbidden by license
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-oss
|
|
|
|
MAN1= xzx.1
|
|
|
|
# Prevent configure from trying to run auto* since it's not needed and will
|
|
# error if auto* < 2.54
|
|
post-configure:
|
|
@${REINPLACE_CMD} 's@autoheader@${TRUE}@g' ${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} 's@autoconf@${TRUE}@g' ${WRKSRC}/Makefile
|
|
@${ECHO_CMD} "${TRUE}" > ${WRKSRC}/missing
|
|
|
|
.include <bsd.port.mk>
|