diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
| commit | df3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch) | |
| tree | 1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /emulators/winetools/Makefile | |
| parent | c31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff) | |
Notes
Diffstat (limited to 'emulators/winetools/Makefile')
| -rw-r--r-- | emulators/winetools/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/emulators/winetools/Makefile b/emulators/winetools/Makefile deleted file mode 100644 index 4b94c34ff394..000000000000 --- a/emulators/winetools/Makefile +++ /dev/null @@ -1,36 +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.20 -CATEGORIES= emulators linux -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/winetools/} -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${PORTVERSION}.setup.sh -EXTRACT_SUFX= -EXTRACT_ONLY= - -MAINTAINER= blackend@FreeBSD.org - -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: - @${TAIL} +179 ${DISTDIR}/${DISTFILES} | ${TAR} -xzf - -C ${WRKDIR} ${PORTNAME} - @${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME} - -do-install: - @${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin - -.include <bsd.port.mk> |
