mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
8c32c4aa65
- Add LICENSE info [1] - Move autorship info to correct place PR: 196120 [1] Submitted by: maintainer [1]
22 lines
356 B
Makefile
22 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>
|