From c14219f65162104246955656e34380557c2a1be3 Mon Sep 17 00:00:00 2001 From: shattered Date: Tue, 15 May 2012 11:34:52 +0000 Subject: [PATCH] Install documentation. --- emulators/aliados/DESCR | 2 +- emulators/aliados/Makefile | 7 +++++-- emulators/aliados/PLIST | 4 +++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/emulators/aliados/DESCR b/emulators/aliados/DESCR index 519b4c856262..71a8cd3d8b07 100644 --- a/emulators/aliados/DESCR +++ b/emulators/aliados/DESCR @@ -2,7 +2,7 @@ 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, +programs, such as WordStar, Microsoft 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. diff --git a/emulators/aliados/Makefile b/emulators/aliados/Makefile index 894f84ee6098..be31184e8f9c 100644 --- a/emulators/aliados/Makefile +++ b/emulators/aliados/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2010/03/17 14:17:38 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2012/05/15 11:34:52 shattered Exp $ # DISTNAME= aliados-0.1.1 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.arrakis.es/~ninsesabe/aliados/ EXTRACT_SUFX= .tgz @@ -17,10 +18,12 @@ NO_CONFIGURE= YES USE_LANGUAGES= c++ USE_NCURSES= yes # tigetstr tparm setupterm -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= bin share/doc/aliados do-install: ${INSTALL_PROGRAM} ${WRKSRC}/aliados ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/aliados + ${INSTALL_DATA} ${WRKSRC}/aliados.doc ${DESTDIR}${PREFIX}/share/doc/aliados .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/aliados/PLIST b/emulators/aliados/PLIST index 1b454c04b60f..4c0ebd2dd84b 100644 --- a/emulators/aliados/PLIST +++ b/emulators/aliados/PLIST @@ -1,2 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/09 05:47:28 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/05/15 11:34:52 shattered Exp $ bin/aliados +share/doc/aliados/README +share/doc/aliados/aliados.doc