Install documentation.
This commit is contained in:
parent
0d41f5b33b
commit
c14219f651
3 changed files with 9 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue