summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-11-17 09:47:38 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-11-17 09:47:38 +0000
commit34f7a66b4e20715404619adbef55c4b67346d72b (patch)
treef176d1142ee93acb6f4024f35ca96f148e3c030b /emulators/qemu-devel/Makefile
parentFix an installation problem I introduced yesterday. (diff)
o Update to 0.6.1(2004/11/15 snapshot).
FreeBSD related changes: physical cdrom fix, audio merge PR: ports/74015 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r--emulators/qemu-devel/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 31015da3daba..e17b56b8ea26 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= qemu
-PORTVERSION= 0.6.0s.20041020
-PORTREVISION= 2
+PORTVERSION= 0.6.1s.20041115
+PORTREVISION= 0
CATEGORIES= emulators
-MASTER_SITES= http://www.fuqn.ca/distfiles/ \
+MASTER_SITES= http://www.fruitsalad.org/qemu/ \
http://dad-answers.com/qemu/
-DISTNAME= ${PORTNAME}-snapshot-2004-10-20_23
+DISTNAME= ${PORTNAME}-snapshot-2004-11-15_23
MAINTAINER= nox@jelal.kn-bremen.de
COMMENT= QEMU CPU Emulator
@@ -26,10 +26,9 @@ USE_GETOPT_LONG= yes
USE_SDL= sdl
USE_GCC= 3.4
USE_PERL5= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}
PATCH_STRIP= -p1
CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC}\ -I${PREFIX}/include
-MAN1= qemu.1
+MAN1= qemu.1 qemu-img.1
ONLY_FOR_ARCHS= i386 amd64 powerpc
post-install: