forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
emulators/qemu-meta is a meta-port for emulators/qemu-cheri that allows a user easily install emulators/qemu-cheri if they are not aware of this port.
- Loading branch information
1 parent
5e9d94e
commit e22f121
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
PORTNAME= qemu | ||
PORTVERSION= 0.d${SNAPDATE} | ||
PORTREVISION= 0 | ||
CATEGORIES= emulators | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Meta-port for the default version of the QEMU CPU Emulator | ||
WWW= https://cheribsd.org/ | ||
DESCR= ${.CURDIR}/../qemu/pkg-descr | ||
|
||
USES= metaport | ||
|
||
RUN_DEPENDS= ${LOCALBASE}/bin/qemu-system-morello:emulators/qemu-cheri | ||
|
||
.include "${.CURDIR}/../qemu-cheri/Makefile.snapshot" | ||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
IGNORE= is replaced by emulators/qemu-meta on CheriBSD | ||
|
||
PORTNAME= qemu | ||
PORTVERSION= 8.0.3 | ||
PORTREVISION= 1 | ||
|