summaryrefslogtreecommitdiff
path: root/emulators/winetools
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/winetools')
-rw-r--r--emulators/winetools/Makefile37
-rw-r--r--emulators/winetools/distinfo2
-rw-r--r--emulators/winetools/pkg-descr20
3 files changed, 0 insertions, 59 deletions
diff --git a/emulators/winetools/Makefile b/emulators/winetools/Makefile
deleted file mode 100644
index 412030245380..000000000000
--- a/emulators/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.25a
-PORTREVISION= 1
-CATEGORIES= emulators linux
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/winetools/}
-PKGNAMEPREFIX= linux-
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= blackend@FreeBSD.org
-COMMENT= A setup and configuration tool for WINE
-
-RUN_DEPENDS= wine:${PORTSDIR}/emulators/wine \
- ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-ONLY_FOR_ARCHS= i386
-PLIST_FILES= bin/winetools
-USE_LINUX= yes
-
-BRANDELF?= /usr/bin/brandelf
-STRIP=
-
-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 97cc280aa2a5..000000000000
--- a/emulators/winetools/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (winetools-1.25a.tgz) = a22e303d0de3c2bfd458e107a36f0397
-SIZE (winetools-1.25a.tgz) = 1014034
diff --git a/emulators/winetools/pkg-descr b/emulators/winetools/pkg-descr
deleted file mode 100644
index 5f0d67b5aab1..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.frankscorner.org/winetools/downloads.html