freebsd-ports/emulators/vmips/Makefile
Pawel Pekala 8c32c4aa65 - Update to version 1.5 [1]
- Add LICENSE info [1]
- Move autorship info to correct place

PR:		196120 [1]
Submitted by:	maintainer [1]
2014-12-22 20:26:16 +00:00

21 lines
356 B
Makefile

# Created by: Brian Gaeke <brg@dgate.org>
# $FreeBSD$
PORTNAME= vmips
PORTVERSION= 1.5
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>