summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-01-22 15:46:43 +0000
committeradam <adam@pkgsrc.org>2004-01-22 15:46:43 +0000
commit9df1111e471b34110848fc316d1b12a6e84e2173 (patch)
tree6c983fd1d7530f0bcd3734ed535b0273e6d47086 /emulators/wine/Makefile
parentc747625eab499ebdc61773b33ee8da813863cc14 (diff)
downloadpkgsrc-9df1111e471b34110848fc316d1b12a6e84e2173.tar.gz
Changes 20040121:
- Many improvements in the shell32 dll. - Better support for constructors in C++ Winelib apps. - Improved Regedit tool. - Full support for graphic tablets. - Lots of DirectMusic improvements. - Better support for video playback. - Full IME support for Asian locales. - Lots of bug fixes. Pkgsrc: wine does not seem to need unlimited data size (in fact, I tried smaller limit then the default and it worked), so MESSAGE removed.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 945a879645c..1e0dece41d5 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.65 2004/01/22 08:36:04 grant Exp $
+# $NetBSD: Makefile,v 1.66 2004/01/22 15:46:43 adam Exp $
#
-DISTNAME= Wine-20031212
+DISTNAME= Wine-20040121
PKGNAME= ${DISTNAME:S/W/w/}
-PKGREVISION= 1
+WRKSRC= ${WRKDIR}/${DISTNAME:S/W/w/}
CATEGORIES= emulators
-MASTER_SITES= http://www.ibiblio.org/Linux/ALPHA/wine/development/ \
+MASTER_SITES= http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/ \
${MASTER_SITE_SOURCEFORGE:=wine/} \
${MASTER_SITE_SUNSITE:=ALPHA/wine/development/}
@@ -24,7 +24,6 @@ ONLY_FOR_PLATFORM+= FreeBSD*-i386 Linux*-i386 SunOS*-i386
BUILDLINK_DEPENDS.freetype2= freetype>=2.1.4
-WRKSRC= ${WRKDIR}/${DISTNAME:S/W/w/}
USE_BUILDLINK2= YES
USE_X11= YES
USE_GNU_TOOLS+= make
@@ -35,8 +34,6 @@ CONFIGURE_ARGS+= --without-curses #--disable-debug --disable-trace
CONFIGURE_ENV+= ac_cv_path_ARTSCCONFIG=${TRUE}
CONFIGURE_ENV+= ac_cv_prog_sane_devel=no
-UNLIMIT_RESOURCES= datasize
-
REPLACE_PERL= tools/winemaker tools/winedump/function_grep.pl
# The Wine configure script has problems locating the libraries in the
@@ -70,7 +67,6 @@ post-install:
.include "../../graphics/glut/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/libungif/buildlink2.mk"
-.include "../../textproc/icu/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"