Bug 44254 - Upgrade to linux-winetools port
Summary: Upgrade to linux-winetools port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marc Fonvieille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-19 04:30 UTC by Dave Walton
Modified: 2002-10-29 17:36 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Walton 2002-10-19 04:30:01 UTC
There is a new version of winetools out.  This PR contains the updated distinfo and Makefile for emulators/linux-winetools, which is all that is needed.

Fix: 

MD5 (winetools-1.20.setup.sh) = abbcdc95654f8c74934fcacdd6150fad

# New ports collection makefile for:    linux-winetools
# Date created:                         4 September 2002
# Whom:                                 Marc Fonvieille <blackend@FreeBSD.org>
#
# $FreeBSD: ports/emulators/linux-winetools/Makefile,v 1.1 2002/09/04 21:08:28 lioux Exp $
#

PORTNAME=       winetools
PORTVERSION=    1.20
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>
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2002-10-20 18:41:09 UTC
Responsible Changed
From-To: freebsd-ports->blackend

Over to Maintainer
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-10-29 17:36:43 UTC
State Changed
From-To: open->closed

Committed, thanks!