summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-06-22 19:22:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-06-22 19:22:17 +0000
commitca20f4e365674ecbd4e0fbde1b66317d23678bbd (patch)
tree4750f7fd781b2139fb806c8ed9ef724df2e339ee /emulators
parentRemove tests for FreeBSD 2.x versions. Modern versions of bsd.*.mk do not (diff)
Remove this; it appears to have been an incomplete repocopy. It is not
hooked up to the build. I can't find out who committed it to ask questions about it. Hat: portmgr
Notes
Notes: svn path=/head/; revision=166047
Diffstat (limited to 'emulators')
-rw-r--r--emulators/winetools/Makefile34
-rw-r--r--emulators/winetools/distinfo3
-rw-r--r--emulators/winetools/pkg-descr20
3 files changed, 0 insertions, 57 deletions
diff --git a/emulators/winetools/Makefile b/emulators/winetools/Makefile
deleted file mode 100644
index 0fe7cfd6f13d..000000000000
--- a/emulators/winetools/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: linux-winetools
-# Date created: 4 September 2002
-# Whom: Marc Fonvieille <blackend@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= winetools
-PORTVERSION= 1.25a
-PORTREVISION= 2
-CATEGORIES= emulators linux
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/winetools/}
-PKGNAMEPREFIX= linux-
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A setup and configuration tool for WINE
-
-RUN_DEPENDS= wine:${PORTSDIR}/emulators/wine
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-USE_LINUX= yes
-USE_X_PREFIX= yes
-ONLY_FOR_ARCHS= i386
-PLIST_FILES= bin/winetools
-
-post-extract:
- @${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME}
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/emulators/winetools/distinfo b/emulators/winetools/distinfo
deleted file mode 100644
index 9ad5afe67f47..000000000000
--- a/emulators/winetools/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (winetools-1.25a.tgz) = a22e303d0de3c2bfd458e107a36f0397
-SHA256 (winetools-1.25a.tgz) = 47d6df6fdeca835f3c8113061c0124eaa6d3639905c5ea13d6c3c83ce1c83120
-SIZE (winetools-1.25a.tgz) = 1014034
diff --git a/emulators/winetools/pkg-descr b/emulators/winetools/pkg-descr
deleted file mode 100644
index b8754fcc493d..000000000000
--- a/emulators/winetools/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-WineTools is a collection of tools for WINE. You can do the following
-things with it:
-
-- Install an application: You can choose a setup program which will
-be run with Wine. There is also an option to install DCOM98, this
-is needed to make some Installshield installers (as used by
-Dreamweaver, Flash, etc) work.
-
-- Uninstall an application: Every application that creates a registry
-entry and has an uninstall function can be uninstalled (does not
-work for uninstallers which use rundll32.exe).
-
-- Create a Windows directory structure with registry and configuration
-file in $HOME/.wine
-
-- Create and edit a WINE config file.
-
-- Install TrueType Fonts.
-
-WWW: http://www.von-thadden.de/Joachim/WineTools/