diff options
author | linimon <linimon@FreeBSD.org> | 2006-06-22 19:22:17 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-06-22 19:22:17 +0000 |
commit | 953fb2192259b05807544c6d7e96f29c8ba59cd0 (patch) | |
tree | 2826b81d39507b0bd8ca56679b4464f8f8782250 /emulators | |
parent | 20e0bf665ec9b3a89bb9c31fa3b53319beebe76e (diff) | |
download | FreeBSD-ports-953fb2192259b05807544c6d7e96f29c8ba59cd0.zip FreeBSD-ports-953fb2192259b05807544c6d7e96f29c8ba59cd0.tar.gz |
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
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/winetools/Makefile | 34 | ||||
-rw-r--r-- | emulators/winetools/distinfo | 3 | ||||
-rw-r--r-- | emulators/winetools/pkg-descr | 20 |
3 files changed, 0 insertions, 57 deletions
diff --git a/emulators/winetools/Makefile b/emulators/winetools/Makefile deleted file mode 100644 index 0fe7cfd..0000000 --- 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 9ad5afe..0000000 --- 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 b8754fc..0000000 --- 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/ |