summaryrefslogtreecommitdiffstats
path: root/emulators/cpmemu/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-26 17:50:47 +0000
committersteve <steve@FreeBSD.org>1999-11-26 17:50:47 +0000
commitbcf34733e5aa8e2300de537ec95fe350ca2a8266 (patch)
treeba91cecd372c1c9a22b12986e11cc5ff156ddfb4 /emulators/cpmemu/Makefile
parent3c734ca3ec3ac85b691f4896d6496bf3f092f87f (diff)
downloadFreeBSD-ports-bcf34733e5aa8e2300de537ec95fe350ca2a8266.zip
FreeBSD-ports-bcf34733e5aa8e2300de537ec95fe350ca2a8266.tar.gz
* Updated version to 0.2.1.1
* Added MetaLab(sunsite) mirror to MASTER_SITES * Fixed some files to respect CFLAGS properly PR: 14903 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'emulators/cpmemu/Makefile')
-rw-r--r--emulators/cpmemu/Makefile22
1 files changed, 10 insertions, 12 deletions
diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile
index 0d84e0c..af0655a 100644
--- a/emulators/cpmemu/Makefile
+++ b/emulators/cpmemu/Makefile
@@ -1,5 +1,5 @@
# New ports collection makefile for: cpm-emulator
-# Version required: 0.2.1
+# Version required: 0.2.1.1
# Date created: 28 June 1995
# Whom: janek@gaja.ipan.lublin.pl
#
@@ -7,19 +7,17 @@
#
DISTNAME= cpm-0.2.1
-PKGNAME= cpmemu-0.2.1
+PKGNAME= cpmemu-0.2.1.1
CATEGORIES= emulators
-MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/slackware-4.0/source/extra-stuff/CPM-80-emulator/
+MASTER_SITES= ${MASTER_SITE_SUNSITE} \
+ ftp://ftp.cdrom.com/pub/linux/slackware-4.0/source/extra-stuff/CPM-80-emulator/
+MASTER_SITE_SUBDIR= system/emulators
-MAINTAINER= ports@FreeBSD.org
+PATCH_SITES= ${MASTER_SITE_SUNSITE}
+PATCH_SITE_SUBDIR= system/emulators
+PATCHFILES= cpm-0.2.1-glibc-rjm.patch.gz
+PATCH_DIST_STRIP= -p1
-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
+MAINTAINER= ports@FreeBSD.org
.include <bsd.port.mk>
OpenPOWER on IntegriCloud