mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
9dea3042de
Update emulators/vmips from 1.2.2 -> 1.3. Only the distinfo and version numbers need changing in this update. PR: ports/75734 Submitted by: Brian R. Gaeke <brg@dgate.ORG>
24 lines
457 B
Makefile
24 lines
457 B
Makefile
# New ports collection makefile for: vmips
|
|
# Date created: 13 July 2004
|
|
# Whom: brg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vmips
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://www.dgate.org/vmips/releases/vmips-${PORTVERSION}/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= brg@dgate.org
|
|
COMMENT= MIPS R3000 simulator
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= vmips.1 vmipstool.1
|
|
INFO= vmips
|
|
|
|
.include <bsd.port.mk>
|