summaryrefslogtreecommitdiff
path: root/meta-pkgs/suse9/Makefile
blob: 14cafaa65a86a94d7ee7862353e9e38ca8c915eb (plain)
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
# $NetBSD: Makefile,v 1.7 2007/07/29 05:19:35 jlam Exp $

DISTNAME=	suse-${SUSE_VERSION}
PKGREVISION=	4
CATEGORIES=	meta-pkgs emulators
MASTER_SITES=	# empty
DISTFILES=	# empty

MAINTAINER=	jdolecek@NetBSD.org
COMMENT=	SUSE-based Linux binary emulation environment

.include "../../emulators/suse91_linux/Makefile.common"

NO_CHECKSUM=	yes
NO_CONFIGURE=	yes
NO_BUILD=	yes

do-install:	# empty

EMUL_MODULES.linux=	aspell base compat expat fontconfig freetype2	\
			gdk-pixbuf glx gtk gtk2 jpeg locale motif png	\
			slang tiff x11

.if ${EMUL_PLATFORM} == "linux-i386"
EMUL_MODULES.linux+=	vmware
.endif

EMUL_PKG_FMT=		plain

.include "../../mk/bsd.pkg.mk"