ports/emulators/vmips/Makefile
Brian R. Gaeke 1072f555f4 emulators/vmips: fix build with clang 16
- patch out code that sets the unexpected handler.
   It is not strictly necessary for normal functionality.
 - apply C++ and C standards appropriate to this program in the port Makefile.

PR:		272436
2023-07-12 00:07:22 +02:00

22 lines
389 B
Makefile

PORTNAME= vmips
PORTVERSION= 1.5.1
PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= SF \
http://www.dgate.org/vmips/releases/${DISTNAME}/
MAINTAINER= brg@dgate.org
COMMENT= MIPS R3000 simulator
WWW= http://www.dgate.org/vmips/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
GNU_CONFIGURE= yes
USE_CSTD= gnu99
USE_CXXSTD= gnu++98
INFO= vmips
.include <bsd.port.mk>