88478b96bf
- Update WWW - Trim Makefile header Reported by: pointyhat via beat [1] Approved by: makc, avilla (mentors, implicit) Feature safe: yes
36 lines
971 B
Makefile
36 lines
971 B
Makefile
# Created by: Sheldon Hearn <axl@iafrica.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xzx
|
|
PORTVERSION= 4.6
|
|
PORTREVISION= 3
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://fossies.org/linux/misc/
|
|
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:${PORTSDIR}/devel/imake
|
|
|
|
USE_MOTIF= yes
|
|
USE_XORG= x11 ice sm xext xpm xt xxf86vm
|
|
|
|
# License forbids redistribution
|
|
RESTRICTED= Redistribution forbidden by license
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-oss
|
|
|
|
MAN1= xzx.1
|
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-pro
|
|
|
|
# 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>
|