1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/emulators/xzx/Makefile
Mathieu Arnold 3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00

41 lines
1.1 KiB
Makefile

# Created by: Sheldon Hearn <axl@iafrica.com>
PORTNAME= xzx
PORTVERSION= 4.6
PORTREVISION= 5
CATEGORIES= emulators
MASTER_SITES= http://wos.meulie.net/pub/sinclair/emulators/unix/ \
http://fossies.org/linux/misc/old/
DISTNAME= ${PORTNAME}-pro-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= ZX Spectrum (48K/128K/+3) Emulator for X11
# Converted from RESTRICTED
LICENSE= xzx
LICENSE_NAME= xzx
LICENSE_TEXT= Redistribution forbidden by license
LICENSE_PERMS= auto-accept
USES= imake:env motif xorg
USE_XORG= x11 ice sm xext xpm xt xxf86vm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-oss
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-pro
OPTIONS_DEFINE= DOCS
pre-configure:
@${REINPLACE_CMD} 's,(pkglibdir),(datadir)/doc/@PACKAGE@,' ${WRKSRC}/doc/Makefile.in
# 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>