1996-10-30 02:58:56 +01:00
|
|
|
# ex:ts=8
|
2000-02-13 04:25:05 +01:00
|
|
|
# Ports collection makefile for: spim
|
|
|
|
# Date created: Mon Oct 28, 1996
|
|
|
|
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
1996-10-30 02:58:56 +01:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1996-10-30 02:58:56 +01:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:56:17 +02:00
|
|
|
PORTNAME= spim
|
2004-12-30 09:39:33 +01:00
|
|
|
PORTVERSION= 7.0
|
1996-11-12 03:19:40 +01:00
|
|
|
CATEGORIES= emulators
|
2002-06-21 08:58:52 +02:00
|
|
|
MASTER_SITES= http://www.cs.wisc.edu/~larus/SPIM/
|
1996-10-30 02:58:56 +01:00
|
|
|
|
2001-02-26 03:45:08 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:24:13 +01:00
|
|
|
COMMENT= MIPS R2000 Simulator
|
1996-10-30 02:58:56 +01:00
|
|
|
|
2001-02-27 05:55:17 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2001-02-28 15:16:52 +01:00
|
|
|
|
|
|
|
USE_XLIB= yes
|
1996-10-30 02:58:56 +01:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_SCRIPT= Configure
|
2001-02-28 15:16:52 +01:00
|
|
|
MAKEFILE= Makefile.std
|
|
|
|
ALL_TARGET= spim xspim
|
2000-06-08 00:52:16 +02:00
|
|
|
MAN1= spim.1 xspim.1
|
1996-10-30 02:58:56 +01:00
|
|
|
|
2004-12-30 09:39:33 +01:00
|
|
|
PORTDOCS= cycle.ps.gz
|
|
|
|
PLIST_FILES= bin/spim bin/xspim %%DATADIR%%/exceptions.s
|
|
|
|
PLIST_DIRS= %%DATADIR%%
|
|
|
|
|
|
|
|
post-build:
|
|
|
|
|
1996-10-30 02:58:56 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2004-12-30 09:39:33 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Documentation/cycle.ps ${DOCSDIR}
|
|
|
|
${GZIP_CMD} ${DOCSDIR}/cycle.ps
|
1996-10-30 02:58:56 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|