aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/Makefile
blob: ccff9b8a6fa1a585679d329b80e6d3192113b346 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	qemu
# Date created:			2004/05/31
# Whom:				Juergen Lock <nox@jelal.kn-bremen.de>
#
# $FreeBSD$
#

PORTNAME=	qemu
PORTVERSION=	0.6.0
CATEGORIES=	emulators
MASTER_SITES=	http://fabrice.bellard.free.fr/qemu/

MAINTAINER=	nox@jelal.kn-bremen.de
COMMENT=	QEMU CPU Emulator

BUILD_DEPENDS+=	texi2html:${PORTSDIR}/textproc/texi2html

HAS_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GETOPT_LONG=	yes
USE_SDL=	sdl
USE_GCC=	3.3
USE_PERL5=	yes
WRKSRC=		${WRKDIR}/${DISTNAME}
PATCH_STRIP=	-p1
CONFIGURE_ARGS+=	--prefix=${PREFIX} --cc=${CC}\ -I${PREFIX}/include
MAN1=		qemu.1 qemu-mkcow.1
ONLY_FOR_ARCHS=	i386 amd64 powerpc

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>