summaryrefslogtreecommitdiffstats
path: root/emulators/cpmemu/Makefile
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-08-28 16:50:32 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-08-28 16:50:32 +0000
commitdc17a362cf32861497624a9b58d8730de223b5ee (patch)
tree544640974e9fdb7db6a8da0448b361dc72e6dee2 /emulators/cpmemu/Makefile
parentf9f490a6aaa91b9f9470a2c745414e51fa1c6b3f (diff)
downloadFreeBSD-ports-dc17a362cf32861497624a9b58d8730de223b5ee.zip
FreeBSD-ports-dc17a362cf32861497624a9b58d8730de223b5ee.tar.gz
Unbreak this port by upgrading to 0.2.1
PR: 13416 Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'emulators/cpmemu/Makefile')
-rw-r--r--emulators/cpmemu/Makefile19
1 files changed, 13 insertions, 6 deletions
diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile
index c96beff..da8a769 100644
--- a/emulators/cpmemu/Makefile
+++ b/emulators/cpmemu/Makefile
@@ -1,18 +1,25 @@
# New ports collection makefile for: cpm-emulator
-# Version required: 0.2
+# Version required: 0.2.1
# Date created: 28 June 1995
# Whom: janek@gaja.ipan.lublin.pl
#
# $FreeBSD$
#
-DISTNAME= cpm-0.2
-PKGNAME= cpmemu-0.2
+DISTNAME= cpm-0.2.1
+PKGNAME= cpmemu-0.2.1
CATEGORIES= emulators
-MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/slackware-3.2/source/extra-stuff/CPM-80-emulator/
-
-BROKEN_ELF= yes
+MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/slackware/source/extra-stuff/CPM-80-emulator/
MAINTAINER= ports@FreeBSD.org
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/cpm ${PREFIX}/bin/cpmemu
+ ${INSTALL_PROGRAM} ${WRKSRC}/format ${PREFIX}/bin/cpmformat
+ ${MKDIR} ${PREFIX}/share/cpm
+ ${INSTALL_DATA} ${WRKSRC}/z80-binaries/cpm.sys ${PREFIX}/share/cpm
+ ${INSTALL_DATA} ${WRKSRC}/z80-binaries/cd.com ${PREFIX}/share/cpm
+ ${INSTALL_DATA} ${WRKSRC}/z80-binaries/link.com ${PREFIX}/share/cpm
+ ${INSTALL_DATA} ${WRKSRC}/z80-binaries/xccp.com ${PREFIX}/share/cpm
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud