freebsd-ports/emulators/spim/Makefile

35 lines
739 B
Makefile
Raw Normal View History

# 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)
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-12 06:56:17 +02:00
PORTNAME= spim
PORTVERSION= 6.5
CATEGORIES= emulators
2002-06-21 08:58:52 +02:00
MASTER_SITES= http://www.cs.wisc.edu/~larus/SPIM/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:24:13 +01:00
COMMENT= MIPS R2000 Simulator
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XLIB= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
MAKEFILE= Makefile.std
ALL_TARGET= spim xspim
MAN1= spim.1 xspim.1
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
.endif
.include <bsd.port.mk>