mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
21 lines
339 B
Makefile
21 lines
339 B
Makefile
# 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>
|