diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-04 21:08:28 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-04 21:08:28 +0000 |
commit | 6812cc95f8a9fac7236d7440490fdde4c6730626 (patch) | |
tree | 427adc3ab3d61bebb2ed1f47ca7d8837b0ab1a1c /emulators/winetools | |
parent | Chase library version bump in libdv version 0.9.8 (diff) |
New port linux-winetools version 1.13b: A setup and configuration
tool for WINE
Submitted by: blackend
Notes
Notes:
svn path=/head/; revision=65620
Diffstat (limited to 'emulators/winetools')
-rw-r--r-- | emulators/winetools/Makefile | 36 | ||||
-rw-r--r-- | emulators/winetools/distinfo | 1 | ||||
-rw-r--r-- | emulators/winetools/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/winetools/pkg-descr | 18 | ||||
-rw-r--r-- | emulators/winetools/pkg-plist | 1 |
5 files changed, 57 insertions, 0 deletions
diff --git a/emulators/winetools/Makefile b/emulators/winetools/Makefile new file mode 100644 index 000000000000..9c362efd4a72 --- /dev/null +++ b/emulators/winetools/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: linux-winetools +# Date created: 4 September 2002 +# Whom: Marc Fonvieille <blackend@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= winetools +PORTVERSION= 1.13b +CATEGORIES= emulators linux +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/winetools/} +PKGNAMEPREFIX= linux- +DISTNAME= ${PORTNAME}-${PORTVERSION}-setup.sh +EXTRACT_SUFX= +EXTRACT_ONLY= + +MAINTAINER= blackend@FreeBSD.org + +RUN_DEPENDS= wine:${PORTSDIR}/emulators/wine + +NO_WRKSUBDIR= yes +NO_BUILD= yes +ONLY_FOR_ARCHS= i386 +USE_LINUX= yes + +BRANDELF?= /usr/bin/brandelf +STRIP= + +post-extract: + @${TAIL} +179 ${DISTDIR}/${DISTFILES} | ${TAR} -xzf - -C ${WRKDIR} ${PORTNAME} + @${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 new file mode 100644 index 000000000000..47f41112c949 --- /dev/null +++ b/emulators/winetools/distinfo @@ -0,0 +1 @@ +MD5 (winetools-1.13b-setup.sh) = b50bbeb8f391dd75353ba921e7068877 diff --git a/emulators/winetools/pkg-comment b/emulators/winetools/pkg-comment new file mode 100644 index 000000000000..ec992dbd594d --- /dev/null +++ b/emulators/winetools/pkg-comment @@ -0,0 +1 @@ +A setup and configuration tool for WINE diff --git a/emulators/winetools/pkg-descr b/emulators/winetools/pkg-descr new file mode 100644 index 000000000000..bb84263ce7e0 --- /dev/null +++ b/emulators/winetools/pkg-descr @@ -0,0 +1,18 @@ +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 DCOM95, 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. + +WWW: http://www.franksworld.net/wine/winetools/ diff --git a/emulators/winetools/pkg-plist b/emulators/winetools/pkg-plist new file mode 100644 index 000000000000..3f4938911f9d --- /dev/null +++ b/emulators/winetools/pkg-plist @@ -0,0 +1 @@ +bin/winetools |