1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/emulators/xzx/Makefile
Adam Weinberger 17a7ae05c2 distfile is impossible to find on teh intarweb, so I've dropped the
distfile into my dir on MASTER_SITE_LOCAL.
2003-03-24 02:44:48 +00:00

37 lines
800 B
Makefile

# New ports collection makefile for: xzx
# Date created: 13 Nov 1997
# Whom: Sheldon Hearn <axl@iafrica.com>
#
# $FreeBSD$
#
PORTNAME= xzx
PORTVERSION= 4.1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= adamw
DISTNAME= ${PORTNAME}-pro-${PORTVERSION}-eval
MAINTAINER= adamw@FreeBSD.org
COMMENT= ZX Spectrum (48K/128K/+3) Emulator for X11
# xmkmf is used in configure script
BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4
WRKSRC= ${WRKDIR}/${PORTNAME}-pro-${PORTVERSION}
USE_MOTIF= yes
USE_XPM= yes
USE_X_PREFIX= yes
# License forbids redistribution
NO_CDROM= Redistribution forbidden by license
NO_PACKAGE= Redistribution forbidden by license
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-oss
MAN1= xzx.1
.include <bsd.port.mk>