forked from Lainports/freebsd-ports
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
37 lines
840 B
Makefile
37 lines
840 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= 2
|
|
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
|
|
|
|
DEPRECATED= Very old, discontinued, and replaced by emulators/wine-doors
|
|
EXPIRATION_DATE=2007-11-14
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
USE_LINUX= yes
|
|
USE_XLIB= 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>
|