View | Details | Raw Unified | Return to bug 101286
Collapse All | Expand All

(-)Makefile (-1 / +8 lines)
Lines 7-14 Link Here
7
7
8
PORTNAME=	kqemu
8
PORTNAME=	kqemu
9
PORTVERSION=	1.3.0.p9
9
PORTVERSION=	1.3.0.p9
10
PORTREVISION=	1
10
CATEGORIES=	emulators
11
CATEGORIES=	emulators
11
MASTER_SITES=	http://fabrice.bellard.free.fr/qemu/
12
MASTER_SITES=	http://qemu.org/
12
PKGNAMESUFFIX=	-kmod
13
PKGNAMESUFFIX=	-kmod
13
DISTNAME=	${PORTNAME}-${PORTVERSION:C/.p/pre/}
14
DISTNAME=	${PORTNAME}-${PORTVERSION:C/.p/pre/}
14
DIST_SUBDIR=	kqemu
15
DIST_SUBDIR=	kqemu
Lines 27-32 Link Here
27
MAKEFILE=	Makefile.freebsd
28
MAKEFILE=	Makefile.freebsd
28
29
29
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
31
32
# install where x11/nvidia-driver does also:
33
.if ${OSVERSION} >= 500000
34
KMODDIR=	/boot/modules
35
.endif
36
30
MAKE_ENV+=	KMODDIR="${KMODDIR}"
37
MAKE_ENV+=	KMODDIR="${KMODDIR}"
31
38
32
.if !exists(${SRC_BASE}/sys/Makefile)
39
.if !exists(${SRC_BASE}/sys/Makefile)
(-)pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
KQEMU is a qemu accelerator kernel module on x86/amd64.
1
KQEMU is a qemu accelerator kernel module on x86/amd64.
2
2
3
WWW: http://fabrice.bellard.free.fr/qemu/qemu-accel.html
3
WWW: http://qemu.org/qemu-accel.html

Return to bug 101286