summaryrefslogtreecommitdiff
path: root/emulators/spim/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-30 08:39:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-30 08:39:33 +0000
commit91c87e6b5ba498c385c3cfc305f784f41803c5eb (patch)
tree2fd5fa569faea34c2007dacbf175f04a5562b880 /emulators/spim/Makefile
parentUpgrade to version 8.15. (diff)
Update to version 7.0
PR: ports/75621 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=125510
Diffstat (limited to '')
-rw-r--r--emulators/spim/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile
index 3e1aa8f5d63f..8ac669a3b73b 100644
--- a/emulators/spim/Makefile
+++ b/emulators/spim/Makefile
@@ -7,10 +7,9 @@
#
PORTNAME= spim
-PORTVERSION= 6.5
+PORTVERSION= 7.0
CATEGORIES= emulators
MASTER_SITES= http://www.cs.wisc.edu/~larus/SPIM/
-DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= MIPS R2000 Simulator
@@ -24,11 +23,17 @@ MAKEFILE= Makefile.std
ALL_TARGET= spim xspim
MAN1= spim.1 xspim.1
+PORTDOCS= cycle.ps.gz
+PLIST_FILES= bin/spim bin/xspim %%DATADIR%%/exceptions.s
+PLIST_DIRS= %%DATADIR%%
+
+post-build:
+
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/spim
- ${INSTALL_DATA} ${WRKSRC}/Documentation/*.ps ${PREFIX}/share/doc/spim
- ${GZIP_CMD} ${PREFIX}/share/doc/spim/*.ps
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Documentation/cycle.ps ${DOCSDIR}
+ ${GZIP_CMD} ${DOCSDIR}/cycle.ps
.endif
.include <bsd.port.mk>