summaryrefslogtreecommitdiff
path: root/emulators/qemu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r--emulators/qemu/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
new file mode 100644
index 00000000000..47cd4af1d42
--- /dev/null
+++ b/emulators/qemu/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/09 13:05:33 xtraeme Exp $
+#
+
+DISTNAME= qemu-0.6.0
+CATEGORIES= emulators
+MASTER_SITES= http://fabrice.bellard.free.fr/qemu/
+
+MAINTAINER= dhowland@users.sourceforge.net
+HOMEPAGE= http://fabrice.bellard.free.fr/qemu/
+COMMENT= CPU emulator using dynamic translation
+
+ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-*
+CONFLICTS+= qemu-bin-*
+
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+USE_X11= yes
+HAS_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --interp-prefix=${PREFIX}/share/qemu
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"