aboutsummaryrefslogtreecommitdiff
path: root/emulators/vmips/Makefile
blob: 894e860e9a9c2b9cc97d597513d9e13c312e9d65 (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
24
25
26
27
28
# New ports collection makefile for:   vmips
# Date created:        13 July 2004
# Whom:                brg
#
# $FreeBSD$
#

PORTNAME=	vmips
PORTVERSION=	1.3.2
PORTREVISION=	5
CATEGORIES=	emulators
MASTER_SITES=	SF \
		http://www.dgate.org/vmips/releases/vmips-${PORTVERSION}/


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

BUILD_DEPENDS=	latex:${PORTSDIR}/print/teTeX-base \
		texi2dvi:${PORTSDIR}/print/texinfo

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

MAN1=		vmips.1 vmipstool.1
INFO=		vmips

.include <bsd.port.mk>