diff options
author | tv <tv> | 1998-12-14 02:17:10 +0000 |
---|---|---|
committer | tv <tv> | 1998-12-14 02:17:10 +0000 |
commit | f8c084daff8be96059ab04c35149a48c80b6b3b0 (patch) | |
tree | 23f5fc7f0b68212acb041c63c58d8c8f84c2ddf1 /emulators/wine/Makefile | |
parent | 68c9a6917417ba0c8fcf436609fc480ee3d3c4b7 (diff) | |
download | pkgsrc-f8c084daff8be96059ab04c35149a48c80b6b3b0.tar.gz |
Update to 981211. Works even better now, though the compile-for-native
still does not work quite right (the global constructors created by
wrc don't work).
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index cf359a117f0..747e9ee8a2f 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,23 +1,23 @@ -# $NetBSD: Makefile,v 1.13 1998/11/12 23:20:09 frueauf Exp $ +# $NetBSD: Makefile,v 1.14 1998/12/14 02:17:10 tv Exp $ -DISTNAME= Wine-980614 -PKGNAME= wine-980614 -WRKSRC= ${WRKDIR}/${PKGNAME} +DISTNAME= Wine-981211 +PKGNAME= wine-981211 +WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development ONLY_FOR_ARCHS= i386 -MAINTAINER= mycroft@netbsd.org -HOMEPAGE= http://www.winehq.com/ +MAINTAINER= mycroft@netbsd.org +HOMEPAGE= http://www.winehq.com/ -DEPENDS+= xpm-3.4k:../../graphics/xpm +DEPENDS+= xpm-3.4k:../../graphics/xpm -CONFLICTS= wine-980215 +CONFLICTS= wine-980[26]* -USE_X11= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-dll +USE_X11= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-dll post-install: ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.example |