summaryrefslogtreecommitdiff
path: root/emulators/vmips/Makefile
blob: 54655c33b6f588d809ed68a84d18c26d72415772 (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
# New ports collection makefile for:   vmips
# Date created:        13 July 2004
# Whom:                brg
#
# $FreeBSD$
#

PORTNAME=	vmips
PORTVERSION=	1.3
CATEGORIES=	emulators
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
		http://www.dgate.org/vmips/releases/vmips-${PORTVERSION}/
MASTER_SITE_SUBDIR=	${PORTNAME}

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

GNU_CONFIGURE=	yes

MAN1=		vmips.1 vmipstool.1
INFO=		vmips

.include <bsd.port.mk>