aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux-winetools/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-06-18 22:21:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-06-18 22:21:18 +0000
commitbb15d5868ce630519b39303550aed9ae45230bb9 (patch)
treee1238e82d80cdee4a1dcc196e5ba4feeb560dc2e /emulators/linux-winetools/Makefile
parent0ee5289cdabddbc339f2dd76b02d0a79d1e03024 (diff)
downloadports-bb15d5868ce630519b39303550aed9ae45230bb9.tar.gz
ports-bb15d5868ce630519b39303550aed9ae45230bb9.zip
Notes
Diffstat (limited to 'emulators/linux-winetools/Makefile')
-rw-r--r--emulators/linux-winetools/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/emulators/linux-winetools/Makefile b/emulators/linux-winetools/Makefile
deleted file mode 100644
index fd6bb86da1ce..000000000000
--- a/emulators/linux-winetools/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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= 3
-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>