mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
b4d2ac42d7
- Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
35 lines
743 B
Makefile
35 lines
743 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.30
|
|
PORTREVISION= 1
|
|
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 amd64
|
|
PLIST_FILES= bin/winetools
|
|
|
|
post-extract:
|
|
@${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME}
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|