You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
999 B
Tcl
24 lines
999 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- # vim: set fileencoding=utf-8 tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl :
|
|
|
|
PortSystem 1.0
|
|
|
|
name vmips
|
|
version 1.5.1
|
|
revision 0
|
|
categories emulators
|
|
maintainers dgate.org:brg openmaintainer
|
|
description MIPS R3000 emulator
|
|
long_description VMIPS is a simulator for a machine compatible with the MIPS R3000 RISC architecture.
|
|
license GPL-2+
|
|
|
|
homepage http://www.dgate.org/vmips/
|
|
master_sites sourceforge:project/vmips/vmips/${version}
|
|
|
|
checksums rmd160 42fb5012533032c51b2cb23e838f99b23f02dec4 \
|
|
sha256 7f97d0162a0080562543f6704c816e5f471bc62b72df63182b5c2f95bba298ec \
|
|
size 1092824
|
|
|
|
post-patch {
|
|
move ${worksrcpath}/VERSION ${worksrcpath}/VERSION.txt
|
|
}
|