summaryrefslogtreecommitdiff
path: root/emulators/vmips/Makefile
blob: 07b43254a8997f341c7dfd8b8037af7a9bee943e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: brg@dgate.org
# $FreeBSD$

PORTNAME=	vmips
PORTVERSION=	1.4.1
CATEGORIES=	emulators
MASTER_SITES=	SF \
		http://www.dgate.org/vmips/releases/${DISTNAME}/

MAINTAINER=	brg@dgate.org
COMMENT=	MIPS R3000 simulator

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

MAN1=		vmips.1 vmipstool.1
INFO=		vmips

NO_STAGE=	yes
.include <bsd.port.mk>