summaryrefslogtreecommitdiff
path: root/emulators/suse91_glx/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2008-03-25 13:45:36 +0000
committerwiz <wiz>2008-03-25 13:45:36 +0000
commit23a03ffec77bea97b8ffc14f7df6115915cecc85 (patch)
tree9ed45016c06ca2b97932140400c8f6e9e838f7ef /emulators/suse91_glx/Makefile
parentb2600d628c730c09e61b5d19de29b4f18ac63d5f (diff)
downloadpkgsrc-23a03ffec77bea97b8ffc14f7df6115915cecc85.tar.gz
Remove suse-9.1 emulation packages.
They are long outdated and not maintained upstream. Update infrastructure for their removal. Removal was announced on pkgsrc-users on March 13.
Diffstat (limited to 'emulators/suse91_glx/Makefile')
-rw-r--r--emulators/suse91_glx/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/emulators/suse91_glx/Makefile b/emulators/suse91_glx/Makefile
deleted file mode 100644
index 211ebf3cf55..00000000000
--- a/emulators/suse91_glx/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2007/07/29 05:19:10 jlam Exp $
-
-DISTNAME= suse_glx-${SUSE_VERSION}
-PKGREVISION= 4
-CATEGORIES= emulators
-
-MAINTAINER= jdolecek@NetBSD.org
-COMMENT= Linux compatibility package for OpenGL/Mesa
-
-EMUL_MODULES.linux= base x11
-
-# This symlink is managed by ldconfig(8).
-CHECK_FILES_SKIP+= ${EMULDIR}/usr/${LINUX_LIBSUBDIR}/libglide3.so.3
-
-.include "../../emulators/suse91_linux/Makefile.common"
-.include "../../mk/bsd.pkg.mk"