mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
1a048b4225
- Convert to USES
19 lines
296 B
Makefile
19 lines
296 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
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= vmips
|
|
|
|
.include <bsd.port.mk>
|