summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-12-16 11:10:47 +0000
committeradam <adam@pkgsrc.org>2003-12-16 11:10:47 +0000
commitb3fe5e7d62f33dde3a6abf3d2ff38b76c1282139 (patch)
treea773996e534c1d44c8f5520c9fbe96a1fdd2e159 /emulators/wine/Makefile
parent1f74ac0bf8d52d5d68492d696c8229b437c58ff3 (diff)
downloadpkgsrc-b3fe5e7d62f33dde3a6abf3d2ff38b76c1282139.tar.gz
WHAT'S NEW with Wine-20031212: (see ChangeLog for details)
- Initial implementation of XDND drag&drop support. - Improved startup performance on remote displays. - Major improvements in the oleaut32 dll. - Some support for Netbios functions. - Work around for Exec Shield and prelinking troubles. - Many code cleanups. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile36
1 files changed, 22 insertions, 14 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index c7c3cb8816e..9df3fa41d0e 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,27 +1,32 @@
-# $NetBSD: Makefile,v 1.55 2003/12/01 15:59:50 adam Exp $
+# $NetBSD: Makefile,v 1.56 2003/12/16 11:10:47 adam Exp $
+#
+
+DISTNAME= Wine-20031212
+PKGNAME= ${DISTNAME:S/W/w/}
+WRKSRC= ${WRKDIR}/${DISTNAME:S/W/w/}
+CATEGORIES= emulators
+MASTER_SITES= http://www.ibiblio.org/Linux/ALPHA/wine/development/ \
+ ${MASTER_SITE_SOURCEFORGE:=wine/} \
+ ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/}
+
+MAINTAINER= adam@NetBSD.org
+HOMEPAGE= http://www.winehq.com/
+COMMENT= Free implementation of Windows on Unix (still alpha)
-DISTNAME= Wine-20031118
-PKGNAME= ${DISTNAME:S/W/w/}
-WRKSRC= ${WRKDIR}/${DISTNAME:S/W/w/}
-CATEGORIES= emulators
-MASTER_SITES= http://www.ibiblio.org/Linux/ALPHA/wine/development/ \
- ${MASTER_SITE_SOURCEFORGE:=wine/} \
- ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/}
+BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
-MAINTAINER= adam@NetBSD.org
-HOMEPAGE= http://www.winehq.com/
-COMMENT= Free implementation of Windows on Unix (still alpha)
+YACC= ${PREFIX}/bin/bison -y
-CONFLICTS= rewind-[0-9]*
+CONFLICTS= rewind-[0-9]*
ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386
+BUILDLINK_DEPENDS.freetype2= freetype>=2.1.4
+
USE_BUILDLINK2= YES
USE_X11= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
-BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
-YACC= ${PREFIX}/bin/bison -y
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-curses #--disable-debug --disable-trace
@@ -58,7 +63,10 @@ post-install:
.include "../../graphics/MesaLib/buildlink2.mk"
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../graphics/glu/buildlink2.mk"
+.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"