mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
76e1e81317
the distfile.
37 lines
964 B
Makefile
37 lines
964 B
Makefile
# New ports collection makefile for: xzx
|
|
# Date created: 13 Nov 1997
|
|
# Whom: Sheldon Hearn <axl@iafrica.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xzx
|
|
PORTVERSION= 4.3
|
|
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:${PORTSDIR}/devel/imake-4
|
|
|
|
USE_MOTIF= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
# License forbids redistribution
|
|
RESTRICTED= Redistribution forbidden by license
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-oss
|
|
|
|
MAN1= xzx.1
|
|
|
|
.include <bsd.port.mk>
|