1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/emulators/bsvc/Makefile
Kris Kennaway 93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00

42 lines
1.0 KiB
Makefile

# New ports collection Makefile for: bsvc
# Date created: 03-Mar-1997
# Whom: tenser@spitfire.ecsel.psu.edu
#
# $FreeBSD$
#
PORTNAME= bsvc
PORTVERSION= 2.1
CATEGORIES= emulators tk82
MASTER_SITES= ftp://ftp.redlinelabs.com/pub/bsvc/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/emulators
DISTFILES= ${DISTNAME}-src.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= An extensible hardware simulation framework with MC68K support
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_REINPLACE= yes
MAKE_ENV= PROJECT_BASE=${PREFIX} WRKSRC=${WRKSRC}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
pre-patch:
${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile
post-patch:
${FIND} ${WRKSRC} -name "*.[ch]xx" -exec \
${REINPLACE_CMD} -e 's/iostream\.h/iostream/; s/fstream\.h/fstream/' \{\} \;
${FIND} ${WRKSRC} -name Makefile -exec \
${REINPLACE_CMD} -e 's/make/$(MAKE)/' \{\} \;
.include <bsd.port.post.mk>