mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
- 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
22 lines
389 B
Makefile
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>
|