summaryrefslogtreecommitdiff
path: root/emulators/wine-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r--emulators/wine-devel/Makefile98
1 files changed, 0 insertions, 98 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
deleted file mode 100644
index 4e9a325adad9..000000000000
--- a/emulators/wine-devel/Makefile
+++ /dev/null
@@ -1,98 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: wine
-# Date created: Sa 9 Nov 1996 00:52:22 MET
-# Whom: se
-#
-# $FreeBSD$
-#
-
-PORTNAME= wine
-PORTVERSION= 2000.08.21
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= ALPHA/wine/development
-DISTNAME= Wine-${PORTVERSION:S/.//g}
-
-MAINTAINER= pfeifer@dbai.tuwien.ac.at
-
-WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g}
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-opengl
-CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine
-INSTALLS_SHLIB= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib/wine
-MAN1= wine.1
-MAN5= wine.conf.5
-ONLY_FOR_ARCHS= i386
-USE_BISON= yes
-USE_XPM= yes
-USE_MESA= yes
-
-.if !defined(NDEBUG)
-STRIP=
-CFLAGS+= -g
-.else
-pre-extract:
- @${ECHO} "NDEBUG has been set, building without debug info..."
- @${ECHO} "This will save diskspace but it makes debugging harder."
- @${ECHO} "If for example wine crashes and you would like to send"
- @${ECHO} "the backtrace it then dumps to the developers (or"
- @${ECHO} "comp.emulators.ms-windows.wine) it will be much more useful"
- @${ECHO} "to them if you first rebuild without this and generate it again."
- @${ECHO} "(If you're _not_ low on diskspace there is not really a reason to"
- @${ECHO} "use this flag, the resulting wine won't use more VM or anything like"
- @${ECHO} "that when running, only when it has to enter the debugger...)"
-.endif
-
-post-patch:
- @${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \
- ${WRKSRC}/Makefile.in
- @${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \
- ${WRKSRC}/unicode/Makefile.in
-.for D in advapi32 avifil32 comctl32 commdlg crtdll dciman32 ddraw dinput dplay dplayx dsound gdi icmp imagehlp imm32 kernel lzexpand mpr msacm msnet32 msvideo odbc32 ole32 oleaut32 olecli oledlg olepro32 olesvr opengl32 psapi rasapi32 richedit rpcrt4 serialui setupapi shell32 shfolder shlwapi tapi32 ttydrv urlmon user version win32s winaspi wineps wininet winmm winmm/joystick winmm/mcianim winmm/mciavi winmm/mcicda winmm/mciseq winmm/mciwave winmm/midimap winmm/wavemap winmm/wineoss winsock winspool wow32 wsock32 x11drv
- @${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \
- ${WRKSRC}/dlls/${D}/Makefile.in
-.endfor
-
-post-configure:
- cd ${WRKSRC} && make depend
-
-post-build:
- cd ${WRKSRC}/programs/regapi && ${MAKE}
- ${SED} '1s/bash/sh/;s-\./\(reg.*\.pl\)-'${PREFIX}/lib/wine/reg/'\1-' <${WRKSRC}/programs/regapi/regSet.sh >${WRKDIR}/regSet.sh
-
-do-install:
- cd ${WRKSRC} && ${MAKE} install
- ${INSTALL_SCRIPT} ${WRKDIR}/regSet.sh ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.sample
- [ -f ${PREFIX}/etc/wine.conf ] \
- || ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf
- ${INSTALL_DATA} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
- ${INSTALL_DATA} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5
- -@${MKDIR} ${PREFIX}/lib/wine/documentation ${PREFIX}/lib/wine/reg 2>/dev/null
- ${INSTALL_DATA} \
- ${WRKSRC}/README \
- ${WRKSRC}/ANNOUNCE \
- ${WRKSRC}/AUTHORS \
- ${WRKSRC}/LICENSE \
- ${WRKSRC}/WARRANTY \
- ${WRKSRC}/documentation/psdrv.reg \
- ${PREFIX}/lib/wine/documentation
- ${INSTALL_DATA} ${WRKSRC}/debugger/README \
- ${PREFIX}/lib/wine/documentation/README.debugger
- ${INSTALL_DATA} ${WRKSRC}/programs/regapi/README \
- ${PREFIX}/lib/wine/documentation/README.regapi
- ${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl \
- ${PREFIX}/lib/wine
- ${INSTALL_SCRIPT} \
- ${WRKSRC}/programs/regapi/regFixer.pl \
- ${WRKSRC}/programs/regapi/regRestorer.pl \
- ${PREFIX}/lib/wine/reg
- ${INSTALL_DATA} ${FILESDIR}/README.patch \
- ${FILESDIR}/patch-3.3-sys-sigtrap \
- ${PREFIX}/lib/wine
- ${INSTALL_DATA} ${WRKSRC}/winedefault.reg ${PREFIX}/lib/wine
- ${ECHO}
- @${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE}
-
-.include <bsd.port.mk>