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
|
2000-11-13 13:26:50 +01:00
|
|
|
PORTVERSION= 6.2
|
1996-11-12 03:19:40 +01:00
|
|
|
CATEGORIES= emulators
|
2000-11-13 13:26:50 +01:00
|
|
|
MASTER_SITES= ftp://ftp.cs.wisc.edu/pub/spim/
|
2000-04-12 06:56:17 +02:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
1996-10-30 02:58:56 +01:00
|
|
|
|
1997-10-10 08:53:48 +02:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1996-10-30 02:58:56 +01:00
|
|
|
|
|
|
|
PREFIX?= ${LOCALBASE}
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_SCRIPT= Configure
|
|
|
|
USE_IMAKE= yes
|
2000-11-13 13:26:50 +01:00
|
|
|
ALL_TARGET= y.tab.c spim xspim
|
2000-06-08 00:52:16 +02:00
|
|
|
MAN1= spim.1 xspim.1
|
1996-10-30 02:58:56 +01:00
|
|
|
|
2000-11-13 13:26:50 +01:00
|
|
|
pre-build:
|
1996-10-30 02:58:56 +01:00
|
|
|
@${RM} -f ${WRKSRC}/y.tab.*
|
1999-09-06 00:15:15 +02:00
|
|
|
|
1996-10-30 02:58:56 +01:00
|
|
|
pre-install:
|
2000-11-13 13:26:50 +01:00
|
|
|
@${MKDIR} ${PREFIX}/share/spim && ${CHMOD} a+rx,u+w ${PREFIX}/share/spim
|
1996-10-30 02:58:56 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2000-11-13 13:26:50 +01:00
|
|
|
@${ECHO_MSG} "Installing spim/xspim documentation"
|
1996-11-12 03:19:40 +01:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/spim \
|
2000-11-13 13:26:50 +01:00
|
|
|
&& ${CHMOD} a+rx,u+w ${PREFIX}/share/doc/spim
|
1996-10-30 02:58:56 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/Documentation/spim.ps \
|
|
|
|
${PREFIX}/share/doc/spim
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Documentation/cycle.ps \
|
|
|
|
${PREFIX}/share/doc/spim
|
1999-09-05 01:39:29 +02:00
|
|
|
${GZIP_CMD} ${PREFIX}/share/doc/spim/*.ps
|
1996-10-30 02:58:56 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|