diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 22:21:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 22:21:18 +0000 |
commit | bb15d5868ce630519b39303550aed9ae45230bb9 (patch) | |
tree | e1238e82d80cdee4a1dcc196e5ba4feeb560dc2e /emulators | |
parent | 0ee5289cdabddbc339f2dd76b02d0a79d1e03024 (diff) | |
download | ports-bb15d5868ce630519b39303550aed9ae45230bb9.tar.gz ports-bb15d5868ce630519b39303550aed9ae45230bb9.zip |
- Remove expired emulators/linux-winetools: Very old, discontinued, and
replaced by emulators/wine-doors
Notes
Notes:
svn path=/head/; revision=215142
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux-winetools/Makefile | 37 | ||||
-rw-r--r-- | emulators/linux-winetools/distinfo | 3 | ||||
-rw-r--r-- | emulators/linux-winetools/pkg-descr | 20 |
4 files changed, 0 insertions, 61 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index cdc79e774f37..2c73840d0e66 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -75,7 +75,6 @@ SUBDIR += linux-vmware-toolbox4 SUBDIR += linux-vmware-toolbox5 SUBDIR += linux-vmware-toolbox6 - SUBDIR += linux-winetools SUBDIR += linux_base-fc4 SUBDIR += linux_base-fc6 SUBDIR += linux-xjoypad diff --git a/emulators/linux-winetools/Makefile b/emulators/linux-winetools/Makefile deleted file mode 100644 index fd6bb86da1ce..000000000000 --- a/emulators/linux-winetools/Makefile +++ /dev/null @@ -1,37 +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.30 -PORTREVISION= 3 -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 - -DEPRECATED= Very old, discontinued, and replaced by emulators/wine-doors -EXPIRATION_DATE=2007-11-14 - -NO_WRKSUBDIR= yes -NO_BUILD= yes -USE_LINUX= yes -USE_XLIB= yes -ONLY_FOR_ARCHS= i386 amd64 -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/linux-winetools/distinfo b/emulators/linux-winetools/distinfo deleted file mode 100644 index 62a1a14f8e69..000000000000 --- a/emulators/linux-winetools/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (winetools-1.30.tgz) = e9c47c08e85be4e6df06730e5463eb7a -SHA256 (winetools-1.30.tgz) = c9d3d328e7346320212f18e79780168fa2a3ebe6e8d2c81f56a3c3a0427e89d6 -SIZE (winetools-1.30.tgz) = 1005389 diff --git a/emulators/linux-winetools/pkg-descr b/emulators/linux-winetools/pkg-descr deleted file mode 100644 index b8754fcc493d..000000000000 --- a/emulators/linux-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/ |