Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/emulators/vmips/Makefile 342397 2014-02-03 09:40:26Z miwi $ |
2 |
# $FreeBSD: head/emulators/vmips/Makefile 342397 2014-02-03 09:40:26Z miwi $ |
3 |
|
3 |
|
4 |
PORTNAME= vmips |
4 |
PORTNAME= vmips |
5 |
PORTVERSION= 1.4.1 |
5 |
PORTVERSION= 1.5 |
6 |
CATEGORIES= emulators |
6 |
CATEGORIES= emulators |
7 |
MASTER_SITES= SF \ |
7 |
MASTER_SITES= SF \ |
8 |
http://www.dgate.org/vmips/releases/${DISTNAME}/ |
8 |
http://www.dgate.org/vmips/releases/${DISTNAME}/ |
Lines 10-15
Link Here
|
10 |
MAINTAINER= brg@dgate.org |
10 |
MAINTAINER= brg@dgate.org |
11 |
COMMENT= MIPS R3000 simulator |
11 |
COMMENT= MIPS R3000 simulator |
12 |
|
12 |
|
|
|
13 |
LICENSE= GPLv2 |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
15 |
|
13 |
USES= gmake |
16 |
USES= gmake |
14 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
15 |
|
18 |
|