1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/emulators/xzx/Makefile
Eric Anholt 4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00

45 lines
1.2 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
# 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
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}
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>