summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorchs <chs>2010-09-24 17:11:45 +0000
committerchs <chs>2010-09-24 17:11:45 +0000
commit7ea753969045439d455fa97059932e114fbcba27 (patch)
treeff7c749c04ab0c53ea83eae84c544344f23e1b2d /emulators
parent99547503465f5a3767147c9605e2d2e30f904108 (diff)
downloadpkgsrc-7ea753969045439d455fa97059932e114fbcba27.tar.gz
imported this in the wrong place, oops.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse113/DESCR8
-rw-r--r--emulators/suse113/Makefile18
2 files changed, 0 insertions, 26 deletions
diff --git a/emulators/suse113/DESCR b/emulators/suse113/DESCR
deleted file mode 100644
index 739fa543eae..00000000000
--- a/emulators/suse113/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-The SUSE 11.3 meta-package provides a number of components for a
-SUSE-based Linux binary emulation environment.
-
-This package does not contain anything by itself -- it is a "meta-package"
-that depends on other packages. Its sole purpose is to require
-dependencies so users can install this package only and have all the
-other packages pulled in automatically by the pkgsrc dependency
-mechanism.
diff --git a/emulators/suse113/Makefile b/emulators/suse113/Makefile
deleted file mode 100644
index 05d1a6686ad..00000000000
--- a/emulators/suse113/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/09/24 01:28:38 chs Exp $
-
-DISTNAME= suse-${SUSE_VERSION}
-CATEGORIES= emulators meta-pkgs
-MASTER_SITES= # empty
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= SUSE-based Linux binary emulation environment
-
-EMUL_MODULES.linux= alsa aspell base compat cups expat fontconfig \
- freetype2 glx gtk2 jpeg krb5 libsigc++2 locale \
- motif openssl png qt3 slang tiff vmware x11 xml2
-EMUL_PKG_FMT= plain
-
-META_PACKAGE= yes
-
-.include "../../emulators/suse113_linux/Makefile.common"
-.include "../../mk/bsd.pkg.mk"