summaryrefslogtreecommitdiff
path: root/emulators/wine-devel/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2003-12-14 01:18:02 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2003-12-14 01:18:02 +0000
commitdfd223649995c394f0a7911d3952d78278aece3c (patch)
tree4ed2a69b608ceecc75d0768fefe79aef5b77043f /emulators/wine-devel/Makefile
parentAdd robot, a data plotting and analysis tool for XView toolkit. (diff)
Update to the 20031212 snapshot of Wine, which brings some simplifications.
Remove specific versions of Windows from pkg-descr and COMMENT, as there are simply too many now, due to Microsoft's marketing.
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r--emulators/wine-devel/Makefile19
1 files changed, 4 insertions, 15 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 3e9ae783ae22..976ed23a552b 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -7,14 +7,14 @@
#
PORTNAME= wine
-PORTVERSION= 20031118
+PORTVERSION= 20031212
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= ALPHA/wine/development
DISTNAME= Wine-${PORTVERSION}
MAINTAINER= gerald@FreeBSD.org
-COMMENT= Microsoft Windows 3.1/95/98/NT/2000 emulator for Unix
+COMMENT= Microsoft Windows emulator for Unix
WRKSRC= ${WRKDIR}/wine-${PORTVERSION}
GNU_CONFIGURE= yes
@@ -56,10 +56,6 @@ post-extract:
post-configure:
cd ${WRKSRC} && make depend
-post-build:
- ${SED} 's-\./\(reg.*\.pl\)-'${PREFIX}/lib/wine/reg/'\1-' \
- ${WRKSRC}/programs/regapi/regSet.sh > ${WRKDIR}/regSet.sh
-
do-install:
cd ${WRKSRC} && ${GMAKE} install
${INSTALL_SCRIPT} ${WRKDIR}/regSet.sh ${PREFIX}/bin
@@ -73,21 +69,14 @@ do-install:
.for i in README ANNOUNCE AUTHORS LICENSE
@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME}
.endfor
-.for i in regapi wcmd winedbg
+.for i in wcmd winedbg
${INSTALL_DATA} ${WRKSRC}/programs/${i}/README \
${PREFIX}/share/doc/${PORTNAME}/README.${i}
.endfor
${INSTALL_DATA} ${WRKSRC}/tools/winedump/README \
${PREFIX}/share/doc/${PORTNAME}/README.winedump
.endif
- -@${MKDIR} ${PREFIX}/lib/wine/reg
- ${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl \
- ${PREFIX}/lib/wine
- ${INSTALL_PROGRAM} ${WRKSRC}/programs/regapi/regapi.exe.so ${PREFIX}/lib/wine
- ${INSTALL_SCRIPT} \
- ${WRKSRC}/programs/regapi/regFixer.pl \
- ${WRKSRC}/programs/regapi/regRestorer.pl \
- ${PREFIX}/lib/wine/reg
+ ${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl ${PREFIX}/lib/wine
${INSTALL_DATA} ${WRKSRC}/winedefault.reg ${PREFIX}/lib/wine
${ECHO}
@${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE}