1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/emulators/winetools/Makefile
2005-03-01 21:51:48 +00:00

37 lines
824 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
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 \
${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs
NO_WRKSUBDIR= yes
NO_BUILD= yes
ONLY_FOR_ARCHS= i386
PLIST_FILES= bin/winetools
BRANDELF?= /usr/bin/brandelf
STRIP=
post-extract:
@${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>