1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/emulators/cpmemu/Makefile
Justin M. Seger 1e101ce912 Mark BROKEN for ELF:
gcc -s -o cpm single.o z80emu.o em.o io.o bios.o  commands.o running.o main.o disneu.o disz80.o low.o
single.o(.text+0x9): undefined reference to `_z80regs'
single.o(.text+0xe): undefined reference to `_z80mem'
single.o(.text+0x15): undefined reference to `_z80regs'
single.o(.text+0x1c): undefined reference to `_z80regs'
single.o(.text+0x23): undefined reference to `_z80regs'
single.o(.text+0x2a): undefined reference to `_z80regs'
single.o(.text+0x3f): undefined reference to `_z80regs'
single.o(.text+0x46): more undefined references to `_z80regs' follow
single.o(.text+0x18f2): undefined reference to `_hardware_access'
single.o(.text+0x1948): undefined reference to `_z80regs'
single.o(.text+0x195a): undefined reference to `_z80regs'
1998-10-13 03:37:48 +00:00

19 lines
426 B
Makefile

# New ports collection makefile for: cpm-emulator
# Version required: 0.2
# Date created: 28 June 1995
# Whom: janek@gaja.ipan.lublin.pl
#
# $Id: Makefile,v 1.10 1998/08/10 12:06:46 steve Exp $
#
DISTNAME= cpm-0.2
PKGNAME= cpmemu-0.2
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/slackware-3.2/source/extra-stuff/CPM-80-emulator/
BROKEN_ELF= yes
MAINTAINER= ports@FreeBSD.org
.include <bsd.port.mk>