summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2012-05-15 11:34:52 +0000
committershattered <shattered@pkgsrc.org>2012-05-15 11:34:52 +0000
commitc14219f65162104246955656e34380557c2a1be3 (patch)
treeb9f6d4b8fc15cb70830f91f2dd252ffe97d27c11 /emulators
parent0d41f5b33b7e03bc53ea0b2c0db3c2c13e5c25a8 (diff)
downloadpkgsrc-c14219f65162104246955656e34380557c2a1be3.tar.gz
Install documentation.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/aliados/DESCR2
-rw-r--r--emulators/aliados/Makefile7
-rw-r--r--emulators/aliados/PLIST4
3 files changed, 9 insertions, 4 deletions
diff --git a/emulators/aliados/DESCR b/emulators/aliados/DESCR
index 519b4c85626..71a8cd3d8b0 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 894f84ee609..be31184e8f9 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 1b454c04b60..4c0ebd2dd84 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