1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/emulators/bsvc/Makefile

46 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection Makefile for: bsvc
# Date created: 03-Mar-1997
# Whom: tenser@spitfire.ecsel.psu.edu
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-12 04:56:17 +00:00
PORTNAME= bsvc
PORTVERSION= 2.1
PORTREVISION= 3
CATEGORIES= emulators tk
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/emulators
2003-12-11 17:13:00 +00:00
DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:24:13 +00:00
COMMENT= An extensible hardware simulation framework with MC68K support
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAKE_ENV= PROJECT_BASE=${PREFIX} WRKSRC=${WRKSRC}
USE_TK_RUN= yes
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>
pre-patch:
2003-12-11 17:13:00 +00:00
@${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile
post-patch:
2003-12-11 17:13:00 +00:00
.for cfile in codegen.c listing.c object.c main.c
@${REINPLACE_CMD} -e 's|exit()|exit(1)|g' ${WRKSRC}/Assemblers/68kasm/${cfile}
.endfor
@${REINPLACE_CMD} -e 's|^#endif.*$$|#endif|g' \
${WRKSRC}/Assemblers/68kasm/instlookup.c
@${FIND} ${WRKSRC} -name "*.[ch]xx" -exec \
${REINPLACE_CMD} -e \
's/iostream\.h/iostream/; \
s/strstream\.h/strstream/; \
s/fstream\.h/fstream/' \{\} \;
@${FIND} ${WRKSRC} -name Makefile -exec \
${REINPLACE_CMD} -e 's/make/$(MAKE)/' \{\} \;
2003-05-18 09:55:25 +00:00
.include <bsd.port.post.mk>