openbsd-ports/emulators/qemu/Makefile
todd 4dbc6a7738 o from the qemu mailing list, prompted by brad@, improve userland
networking througput since otherwise the emulated NICs didn't
  have a way of indicating the receive queue is full and would
  drop packets.
o bump PKGNAME
o inttypes.h made irrelevent a few chunks of patches, so use it instead
2006-02-08 13:44:17 +00:00

34 lines
743 B
Makefile

# $OpenBSD: Makefile,v 1.11 2006/02/08 13:44:17 todd Exp $
# no success building on other archs yet
ONLY_FOR_ARCHS= amd64 arm i386 powerpc
COMMENT= "multi system emulator"
DISTNAME= qemu-0.8.0
PKGNAME= ${DISTNAME}p1
CATEGORIES= emulators
HOMEPAGE= http://fabrice.bellard.free.fr/qemu/
MAINTAINER= Todd T. Fries <todd@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
BUILD_DEPENDS= ::textproc/texi2html
LIB_DEPENDS= SDL::devel/sdl
USE_GMAKE= Yes
USE_X11= Yes
WANTLIB= m z ossaudio X11 Xext usbhid util pthread c
CONFIGURE_STYLE= gnu
.if ${MACHINE_ARCH} == "amd64"
PATCH_LIST= patch-* misc-*
.endif
.include <bsd.port.mk>