pkgsrc/emulators/aliados/Makefile
minskim e4d8650aa1 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.
2004-11-09 05:47:28 +00:00

26 lines
620 B
Makefile

# $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"