freebsd-ports/emulators/vmips/Makefile
Raphael Kubo da Costa 22a83cec40 Update to 1.4.1.
This patch updates emulators/vmips to 1.4.1.
* Update distinfo with new filenames and checksums.
* Update pkg-plist to include setup.S, which is now installed.
* It should not be necessary to pull in latex or texi2dvi to build because
  the fully-built documentation is distributed with vmips.
* Use DISTNAME where applicable to shorten MASTER_SITES.

Also, to satisfy portlint:
* Remove old style comment header from port Makefile.
* Update PORTVERSION and remove PORTREVISION, which would be zero.

PR:		ports/178500
Submitted by:	Brian R. Gaeke <brg@dgate.org> (maintainer)
2013-05-11 20:57:13 +00:00

19 lines
325 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
.include <bsd.port.mk>