From 196a4cf5d1719a0c0602ce2b652e9614b4e2d915 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 30 Oct 1996 01:58:56 +0000 Subject: New port, spim/xspim, a MIPS R2000 RISC Simulator --- emulators/spim/Makefile | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 emulators/spim/Makefile (limited to 'emulators/spim/Makefile') diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile new file mode 100644 index 000000000000..b3bedcb45400 --- /dev/null +++ b/emulators/spim/Makefile @@ -0,0 +1,48 @@ +# ex:ts=8 +# New ports collection makefile for: spim +# Version required: 5.8 +# Date created: Mon Oct 28, 1996 +# Whom: David O'Brien (obrien@cs.ucdavis.edu) +# +# $Id$ +# + +DISTNAME= spim +PKGNAME= spim-5.8 +CATEGORIES+= emulators +MASTER_SITES= ftp://ftp.cs.wisc.edu/pub/spim/ + +MAINTAINER= obrien@cs.ucdavis.edu + +PREFIX?= ${LOCALBASE} +NO_WRKSUBDIR= yes +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= Configure +USE_IMAKE= yes +XMKMF= xmkmf +ALL_TARGET= y.tab.c depend cl-spim cl-xspim + + +pre-configure: + @${RM} -f ${WRKSRC}/y.tab.* + +pre-install: + @${MKDIR} -p ${PREFIX}/share/spim && chmod a+rx ${PREFIX}/share/spim + +post-install: + [ -e ${PREFIX}/bin/cl-spim ] && \ + /bin/ln -f ${PREFIX}/bin/cl-spim ${PREFIX}/bin/spim + [ -e ${PREFIX}/bin/cl-xspim ] && \ + /bin/ln -f ${PREFIX}/bin/cl-xspim ${PREFIX}/bin/xspim +.if !defined(NOPORTDOCS) + @${ECHO} "Installing spim/xspim documentation" + @${MKDIR} -p ${PREFIX}/share/doc/spim \ + && chmod a+rx ${PREFIX}/share/doc/spim + ${INSTALL_DATA} ${WRKSRC}/Documentation/spim.ps \ + ${PREFIX}/share/doc/spim + ${INSTALL_DATA} ${WRKSRC}/Documentation/cycle.ps \ + ${PREFIX}/share/doc/spim + gzip -9nf ${PREFIX}/share/doc/spim/*.ps +.endif + +.include -- cgit v1.2.3