mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1e101ce912
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'
19 lines
426 B
Makefile
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>
|