diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-22 20:26:16 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-22 20:26:16 +0000 |
commit | 8c32c4aa65aa24137e7415f34fd126b26b454870 (patch) | |
tree | 3c200eeb4a6523d08d9787e1cb59cf8170b95e4f /emulators/vmips/Makefile | |
parent | 903e334d32b7ae77400e2584f1c3e8c0ca03fac5 (diff) |
Notes
Diffstat (limited to 'emulators/vmips/Makefile')
-rw-r--r-- | emulators/vmips/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/vmips/Makefile b/emulators/vmips/Makefile index afce23b90958..b92b7ea11dea 100644 --- a/emulators/vmips/Makefile +++ b/emulators/vmips/Makefile @@ -1,8 +1,8 @@ -# Created by: brg@dgate.org +# Created by: Brian Gaeke <brg@dgate.org> # $FreeBSD$ PORTNAME= vmips -PORTVERSION= 1.4.1 +PORTVERSION= 1.5 CATEGORIES= emulators MASTER_SITES= SF \ http://www.dgate.org/vmips/releases/${DISTNAME}/ @@ -10,6 +10,9 @@ MASTER_SITES= SF \ MAINTAINER= brg@dgate.org COMMENT= MIPS R3000 simulator +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gmake GNU_CONFIGURE= yes |