summaryrefslogtreecommitdiff
path: root/emulators/aliados/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-11-09 05:47:28 +0000
committerminskim <minskim@pkgsrc.org>2004-11-09 05:47:28 +0000
commite4d8650aa16700aefb6bb239a0d6cb67e0790a27 (patch)
treec372412c3b7cd0d27cc023f1cba683f28d72a63b /emulators/aliados/Makefile
parent68c83f23de0036b05ccef113c4f69c34834ff2c1 (diff)
downloadpkgsrc-e4d8650aa16700aefb6bb239a0d6cb67e0790a27.tar.gz
Import aliados from pkgsrc-wip. Packaged by ivaniclixx at gmail dot com,
and modified by Roland Illig and me. Aliados is a CP/M 80 emulator that instead of emulate a machine and run some variant of CP/M on it, emulates only the microprocessor and captures all CP/M system calls to execute it natively. Actually only emulates a small part of CP/M, but with that already can execute many programs, such as WordStar, Micrsoft Basic, Mallard Basic, Hi-Tech C, Turbo Pascal and many others. Aliados does not need to create disk images, it reads and writes in the native filesystem all files that match the CP/M name conventions.
Diffstat (limited to 'emulators/aliados/Makefile')
-rw-r--r--emulators/aliados/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/emulators/aliados/Makefile b/emulators/aliados/Makefile
new file mode 100644
index 00000000000..c173d5686a0
--- /dev/null
+++ b/emulators/aliados/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/09 05:47:28 minskim Exp $
+#
+
+DISTNAME= aliados-0.1.1
+CATEGORIES= emulators
+MASTER_SITES= http://www.arrakis.es/~ninsesabe/aliados/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ivaniclixx@gmail.com
+HOMEPAGE= http://www.arrakis.es/~ninsesabe/aliados/
+COMMENT= CP/M 80 emulator
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+NO_CONFIGURE= YES
+USE_LANGUAGES= c++
+USE_NCURSES= # tigetstr tparm setupterm
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/aliados ${PREFIX}/bin/
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"