1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/spim/Makefile

49 lines
1.2 KiB
Makefile
Raw Normal View History

# ex:ts=8
2000-02-13 03:25:05 +00:00
# Ports collection makefile for: spim
# Date created: Mon Oct 28, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-12 04:56:17 +00:00
PORTNAME= spim
PORTVERSION= 5.9
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.cs.wisc.edu/pub/spim/Old_Versions/
2000-04-12 04:56:17 +00:00
DISTNAME= ${PORTNAME}${PORTVERSION}
1997-10-10 06:53:48 +00:00
MAINTAINER= obrien@FreeBSD.org
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
MAN1= spim.1 xspim.1
pre-configure:
@${RM} -f ${WRKSRC}/y.tab.*
1999-09-05 22:15:15 +00:00
pre-install:
1999-08-22 19:01:07 +00:00
@${MKDIR} ${PREFIX}/share/spim && ${CHMOD} a+rx ${PREFIX}/share/spim
post-install:
[ -e ${PREFIX}/bin/cl-spim ] && \
1999-08-28 01:58:05 +00:00
${LN} -f ${PREFIX}/bin/cl-spim ${PREFIX}/bin/spim
[ -e ${PREFIX}/bin/cl-xspim ] && \
1999-08-28 01:58:05 +00:00
${LN} -f ${PREFIX}/bin/cl-xspim ${PREFIX}/bin/xspim
.if !defined(NOPORTDOCS)
@${ECHO} "Installing spim/xspim documentation"
@${MKDIR} ${PREFIX}/share/doc/spim \
1999-08-22 19:01:07 +00:00
&& ${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_CMD} ${PREFIX}/share/doc/spim/*.ps
.endif
.include <bsd.port.mk>