summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
authoradam <adam>2003-12-01 15:59:50 +0000
committeradam <adam>2003-12-01 15:59:50 +0000
commite877951efc8893e977489a49df1adc9ad8398773 (patch)
tree22c5ba7a701f113114a45a106d4f583dfbab0825 /emulators/wine/Makefile
parent70e135ab65eba972aa342fa5552058cb62a47f7a (diff)
downloadpkgsrc-e877951efc8893e977489a49df1adc9ad8398773.tar.gz
Changes Wine-20031118:
- Many printing improvements. - Run-time detection of NPTL threading. - Lots of code merges from Crossover Office 2.1. - Some reorganization of the source tree. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 3958ef3f1e4..c7c3cb8816e 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2003/11/30 22:58:41 jschauma Exp $
+# $NetBSD: Makefile,v 1.55 2003/12/01 15:59:50 adam Exp $
-DISTNAME= Wine-20031016
+DISTNAME= Wine-20031118
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/ \
@@ -25,7 +24,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
YACC= ${PREFIX}/bin/bison -y
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --without-curses #--without-opengl
+CONFIGURE_ARGS+= --without-curses #--disable-debug --disable-trace
CONFIGURE_ENV+= ac_cv_path_ARTSCCONFIG=${TRUE}
CONFIGURE_ENV+= ac_cv_prog_sane_devel=no
@@ -54,7 +53,6 @@ post-install:
${INSTALL_DATA} config ${EGDIR}/wine.conf && \
${INSTALL_DATA} generic.ppd ${EGDIR}/generic.ppd && \
${INSTALL_DATA} system.ini ${EGDIR}/system.ini && \
-# ${INSTALL_DATA} win.ini ${EGDIR}/win.ini
${RMDIR} ${PREFIX}/man/man3w
.include "../../graphics/MesaLib/buildlink2.mk"