aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-10-25 14:57:30 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-10-25 14:57:30 +0000
commit96866477a3fe00ae0dd23d275978eaac0246fa1e (patch)
tree5774ce0f5b281b75cf2efa870f4c9a11f08e15f2 /emulators/qemu/Makefile
parentf3352f06d6af78c9411f5d57cf871d2d0775aa08 (diff)
downloadports-96866477a3fe00ae0dd23d275978eaac0246fa1e.tar.gz
ports-96866477a3fe00ae0dd23d275978eaac0246fa1e.zip
Notes
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r--emulators/qemu/Makefile20
1 files changed, 8 insertions, 12 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 6dcbff214ee6..01e62cf09648 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -6,36 +6,32 @@
#
PORTNAME= qemu
-PORTVERSION= 0.6.0s
+PORTVERSION= 0.6.0s.20041020
CATEGORIES= emulators
-MASTER_SITES= http://dad-answers.com/qemu/FreeBSD/
-DISTNAME= ${PORTNAME}-snapshot-2004-07-15_23
+MASTER_SITES= http://www.fuqn.ca/distfiles/ \
+ http://dad-answers.com/qemu/
+DISTNAME= ${PORTNAME}-snapshot-2004-10-20_23
MAINTAINER= nox@jelal.kn-bremen.de
COMMENT= QEMU CPU Emulator
BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html
+RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba
HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETOPT_LONG= yes
USE_SDL= sdl
-USE_GCC= 3.3
+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 qemu-mkcow.1
+MAN1= qemu.1
ONLY_FOR_ARCHS= i386 amd64 powerpc
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>