summaryrefslogtreecommitdiff
path: root/emulators/ia64sim/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-08-04 08:04:30 +0000
committerobache <obache@pkgsrc.org>2008-08-04 08:04:30 +0000
commit7e97b9e4f699a49b009ecfc8a42006a9792c434b (patch)
tree1b8b2c7dd32c16f901e66bdf5b94b339253a8474 /emulators/ia64sim/Makefile
parentb20d1e26577244188d8664ba935cad852dccd227 (diff)
downloadpkgsrc-7e97b9e4f699a49b009ecfc8a42006a9792c434b.tar.gz
Update ia64sim to 0.5.
Changes in Version 0.4 ---------------------- 1. First draft of a user manual (doc/ia64user.txt) 2. Systems calls to vprintf and program exit 3. Enhancements to single step and display register commands 4. Trace level command 5. Reset hazards command 6 Various bug fixes Changes in Version 0.5 ---------------------- Supports ELF files created by the Intel IA64 Assembler. Not all relocation types are yet supported.
Diffstat (limited to 'emulators/ia64sim/Makefile')
-rw-r--r--emulators/ia64sim/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile
index a623cafc573..fac27bb2e6b 100644
--- a/emulators/ia64sim/Makefile
+++ b/emulators/ia64sim/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2008/03/03 19:21:38 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2008/08/04 08:04:30 obache Exp $
DISTNAME= ia64sim
-PKGNAME= ia64sim-0.3
-PKGREVISION= 1
+PKGNAME= ia64sim-0.5
CATEGORIES= emulators
MASTER_SITES= http://www.boo.net/~jasonp/
EXTRACT_SUFX= .zip
@@ -15,11 +14,13 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
DIST_SUBDIR= ${PKGNAME_NOREV}
+WRKSRC= ${WRKDIR}/home/chuck/ia64simcc
MAKE_FILE= makefile.unx
-INSTALLATION_DIRS= bin
+INSTALLATION_DIRS= bin share/doc/ia64sim
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ia64sim ${DESTDIR}${PREFIX}/bin/ia64sim
+ ${INSTALL_DATA} ${WRKSRC}/doc/ia64user.txt ${DESTDIR}${PREFIX}/share/doc/ia64sim
.include "../../mk/bsd.pkg.mk"