blob: 2ccb9bd5f571becbd741f2a5852cdc938eba6565 (
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
31
32
33
34
35
|
# $NetBSD: Makefile,v 1.1.1.1 2004/08/14 09:43:50 jdolecek Exp $
#
DISTNAME= suse-9.1
PKGREVISION= # empty
CATEGORIES= meta-pkgs emulators
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= jdolecek@NetBSD.org
COMMENT= Provides a SuSE-based Linux binary emulation environment
DEPENDS+= suse_base>=9.1:../../emulators/suse91_base
DEPENDS+= suse_compat>=9.1:../../emulators/suse91_compat
DEPENDS+= suse_x11>=9.1:../../emulators/suse91_x11
DEPENDS+= suse_libpng>=9.1:../../emulators/suse91_libpng
DEPENDS+= suse_libjpeg>=9.1:../../emulators/suse91_libjpeg
DEPENDS+= suse_freetype2>=9.1:../../emulators/suse91_freetype2
DEPENDS+= suse_openmotif>=9.1:../../emulators/suse91_openmotif
DEPENDS+= suse_gtk>=9.1:../../emulators/suse91_gtk
# these could possibly be installed too, but probably of less
# general interested, so commented out for now
#DEPENDS+= suse_gnome2>=9.1:../../emulators/suse91_gnome2
#DEPENDS+= suse_aspell>=9.1:../../emulators/suse91_aspell
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
NO_MTREE= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"
|