summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-04-19 02:30:02 +0000
committerWill Andrews <will@FreeBSD.org>2002-04-19 02:30:02 +0000
commite05ed36727813c752300995435b0dc1aee51ecc3 (patch)
treed926f0f9b039ccf866d06988fbb956f5373cb5b9 /emulators
parentAdd support for localization. (diff)
Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree.
Notes
Notes: svn path=/head/; revision=57872
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile2
-rw-r--r--emulators/kmamerun/Makefile22
-rw-r--r--emulators/kmamerun/distinfo1
-rw-r--r--emulators/kmamerun/pkg-comment1
-rw-r--r--emulators/kmamerun/pkg-descr3
-rw-r--r--emulators/kmamerun/pkg-plist19
-rw-r--r--emulators/ksnes9x/Makefile22
-rw-r--r--emulators/ksnes9x/distinfo1
-rw-r--r--emulators/ksnes9x/pkg-comment1
-rw-r--r--emulators/ksnes9x/pkg-descr8
-rw-r--r--emulators/ksnes9x/pkg-plist19
11 files changed, 0 insertions, 99 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 989b1cdbef3d..e02a5ba4e4ed 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -26,8 +26,6 @@
SUBDIR += hfsutils
SUBDIR += ia64sim
SUBDIR += ines
- SUBDIR += kmamerun
- SUBDIR += ksnes9x
SUBDIR += linux-vmware-toolbox
SUBDIR += linux_base
# SUBDIR += linux_base-62
diff --git a/emulators/kmamerun/Makefile b/emulators/kmamerun/Makefile
deleted file mode 100644
index edd3dc412fde..000000000000
--- a/emulators/kmamerun/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: kmamerun
-# Date created: 24 Nov 1999
-# Whom: Nick Sayer <nsayer@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kmamerun
-PORTVERSION= 1.0.0
-CATEGORIES= emulators kde
-MASTER_SITES= ftp://ftp.sad.it/pub/kde/local/
-
-MAINTAINER= ports@freebsd.org
-
-RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
-
-USE_KDELIBS_VER=1
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>
diff --git a/emulators/kmamerun/distinfo b/emulators/kmamerun/distinfo
deleted file mode 100644
index 011e36ee16cb..000000000000
--- a/emulators/kmamerun/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kmamerun-1.0.0.tar.gz) = cf777172a4b00ba58561e33b610bb3cc
diff --git a/emulators/kmamerun/pkg-comment b/emulators/kmamerun/pkg-comment
deleted file mode 100644
index f41391018482..000000000000
--- a/emulators/kmamerun/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-KDE frontend for xmame
diff --git a/emulators/kmamerun/pkg-descr b/emulators/kmamerun/pkg-descr
deleted file mode 100644
index c9bf9e4a4e30..000000000000
--- a/emulators/kmamerun/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A KDE frontend for xmame.
-
-WWW: http://x.mame.net/
diff --git a/emulators/kmamerun/pkg-plist b/emulators/kmamerun/pkg-plist
deleted file mode 100644
index 2268731c544c..000000000000
--- a/emulators/kmamerun/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-bin/kmamerun
-share/applnk/Applications/kmamerun.kdelnk
-share/apps/kmamerun/toolbar/game_exists.xpm
-share/apps/kmamerun/toolbar/game_noroms.xpm
-share/apps/kmamerun/toolbar/game_wrongroms.xpm
-share/apps/kmamerun/toolbar/preferences.xpm
-share/apps/kmamerun/toolbar/rungame.xpm
-share/doc/HTML/en/kmamerun/index-1.html
-share/doc/HTML/en/kmamerun/index-2.html
-share/doc/HTML/en/kmamerun/index-3.html
-share/doc/HTML/en/kmamerun/index-4.html
-share/doc/HTML/en/kmamerun/index-5.html
-share/doc/HTML/en/kmamerun/index-6.html
-share/doc/HTML/en/kmamerun/index.html
-share/icons/kmamerun.xpm
-share/icons/mini/kmamerun.xpm
-@dirrm share/doc/HTML/en/kmamerun
-@dirrm share/apps/kmamerun/toolbar
-@dirrm share/apps/kmamerun
diff --git a/emulators/ksnes9x/Makefile b/emulators/ksnes9x/Makefile
deleted file mode 100644
index c37b51d307fb..000000000000
--- a/emulators/ksnes9x/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: KSnes9x
-# Date created: 12 Nov 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ksnes9x
-PORTVERSION= 1.2
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ksnes9x
-
-MAINTAINER= ports@FreeBSD.org
-
-RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x
-
-USE_KDELIBS_VER=1
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-.include <bsd.port.mk>
diff --git a/emulators/ksnes9x/distinfo b/emulators/ksnes9x/distinfo
deleted file mode 100644
index 2988ce4d3472..000000000000
--- a/emulators/ksnes9x/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ksnes9x-1.2.tar.gz) = 393f350ec64cbb98d8258c51d30d8327
diff --git a/emulators/ksnes9x/pkg-comment b/emulators/ksnes9x/pkg-comment
deleted file mode 100644
index 03cc100c2901..000000000000
--- a/emulators/ksnes9x/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-SNES9X wrapper for KDE
diff --git a/emulators/ksnes9x/pkg-descr b/emulators/ksnes9x/pkg-descr
deleted file mode 100644
index f5a76679f04a..000000000000
--- a/emulators/ksnes9x/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-KSNES9X is a KDE wrapper for the snes9x emulator.
-It allows people to launch SNES ROMs using snes9x as the engine, with
-a "friendly environment".
-
-WWW: http://www.esquadro.com.br/~ismore/
-Author: Ismael Orenstein <perdig@linuxbr.com.br>
-
-- Will <andrews@technologist.com>
diff --git a/emulators/ksnes9x/pkg-plist b/emulators/ksnes9x/pkg-plist
deleted file mode 100644
index a0cb230d0c38..000000000000
--- a/emulators/ksnes9x/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-bin/ksnes9x
-share/applnk/Games/ksnes9x.kdelnk
-share/icons/ksnes9x.xpm
-share/icons/mini/ksnes9x.xpm
-share/doc/HTML/en/ksnes9x/index.html
-share/doc/HTML/en/ksnes9x/index-1.html
-share/doc/HTML/en/ksnes9x/index-2.html
-share/doc/HTML/en/ksnes9x/index-3.html
-share/doc/HTML/en/ksnes9x/index-4.html
-share/doc/HTML/en/ksnes9x/index-5.html
-share/doc/HTML/en/ksnes9x/index-6.html
-share/doc/HTML/en/ksnes9x/index-7.html
-share/doc/HTML/en/ksnes9x/index-8.html
-share/doc/HTML/en/ksnes9x/index-9.html
-share/doc/HTML/en/ksnes9x/logotp3.png
-share/apps/ksnes9x/toolbar/open.xpm
-@dirrm share/doc/HTML/en/ksnes9x
-@dirrm share/apps/ksnes9x/toolbar
-@dirrm share/apps/ksnes9x