forked from Lainports/freebsd-ports
21 lines
362 B
Makefile
21 lines
362 B
Makefile
# Created by: Brian Gaeke <brg@dgate.org>
|
|
|
|
PORTNAME= vmips
|
|
PORTVERSION= 1.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= SF \
|
|
http://www.dgate.org/vmips/releases/${DISTNAME}/
|
|
|
|
MAINTAINER= brg@dgate.org
|
|
COMMENT= MIPS R3000 simulator
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= vmips
|
|
|
|
.include <bsd.port.mk>
|