mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
28 lines
489 B
Makefile
28 lines
489 B
Makefile
# New ports collection makefile for: vmips
|
|
# Date created: 13 July 2004
|
|
# Whom: brg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vmips
|
|
PORTVERSION= 1.3.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= SF \
|
|
http://www.dgate.org/vmips/releases/vmips-${PORTVERSION}/
|
|
|
|
|
|
MAINTAINER= brg@dgate.org
|
|
COMMENT= MIPS R3000 simulator
|
|
|
|
BUILD_DEPENDS= texi2dvi:${PORTSDIR}/print/teTeX-base
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= vmips.1 vmipstool.1
|
|
INFO= vmips
|
|
|
|
.include <bsd.port.mk>
|