aboutsummaryrefslogtreecommitdiff
path: root/emulators/vmips/Makefile
blob: 456240309c08da4130002295fc1bb77a1cba7472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	vmips
PORTVERSION=	1.5.1
PORTREVISION=	3
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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_CSTD=	gnu99
USE_CXXSTD=	gnu++98

INFO=		vmips

.include <bsd.port.mk>