aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/Makefile
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-09-16 19:17:12 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-09-16 19:17:12 +0000
commit78889e9c767d444b7830587dce59d7048f72d2cb (patch)
tree9aef4b7ac62b2db61d2243ad6a58339476d931f2 /emulators/qemu-devel/Makefile
parent3aaaebfa50e5bf56ef856447253487db2b6176cc (diff)
downloadports-78889e9c767d444b7830587dce59d7048f72d2cb.tar.gz
ports-78889e9c767d444b7830587dce59d7048f72d2cb.zip
Notes
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r--emulators/qemu-devel/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 827c3191eac7..038d2c0e795a 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qemu
PORTVERSION= 0.15.0
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= SAVANNAH:release \
http://wiki.qemu.org/download/:release \
@@ -44,6 +45,7 @@ OPTIONS= SAMBA "samba dependency (for -smb)" Off \
CURL "libcurl dependency (remote images)" On \
CDROM_DMA "IDE CDROM DMA" On \
PCAP "pcap dependency (networking with bpf)" On \
+ SEABIOS_GIT "add seabios snapshot (-bios seabios-devel.bin)" On \
USBREDIR "usb device network redirection (experimental!)" Off \
GNS3 "gns3 patches (udp, promiscuous multicast)" Off \
ADD_AUDIO "Emulate more audio hardware (experimental!)" Off \
@@ -133,6 +135,10 @@ CONFIGURE_ARGS+= --audio-card-list=ac97,es1370,sb16,cs4231a,adlib,gus,hda
RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba35
.endif
+.if defined(WITH_SEABIOS_GIT)
+RUN_DEPENDS+= ${LOCALBASE}/share/qemu/seabios-devel.bin:${PORTSDIR}/emulators/seabios-devel
+.endif
+
.if defined(NOPORTDOCS)
MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS}
.else