1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/emulators/winetools/Makefile
Marc Fonvieille 315f2ad5fd Update linux-winetools from 1.20 to 1.25a
Reviewed by:	jim
Approved by:	jim
2003-11-15 08:27:35 +00:00

35 lines
717 B
Makefile

# New ports collection makefile for: linux-winetools
# Date created: 4 September 2002
# Whom: Marc Fonvieille <blackend@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= winetools
PORTVERSION= 1.25a
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
NO_WRKSUBDIR= yes
NO_BUILD= yes
ONLY_FOR_ARCHS= i386
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>