diff options
author | tron <tron@pkgsrc.org> | 1998-06-18 23:48:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-18 23:48:52 +0000 |
commit | 3ce05840ffa4dc0fe1fd4a258a1efd039b64899c (patch) | |
tree | 759a6b8b5c6087d2dbb28d0aa0d782b45b99f8ae /emulators/wine/Makefile | |
parent | ac2e2b57de284f7c3fbeb2bb94cb16032bfdd1ba (diff) | |
download | pkgsrc-3ce05840ffa4dc0fe1fd4a258a1efd039b64899c.tar.gz |
Update Wine to 14-Jun-98 snapshot.
XXX Audio support is probably broken due to massive use of unsupported
XXX Linux stuff in the OSS interface which I commented out. However
XXX I don't have an application to test it.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 4a7129e1159..0789af8bbf4 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,23 +1,24 @@ -# $NetBSD: Makefile,v 1.6 1998/06/04 07:20:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 1998/06/18 23:48:52 tron Exp $ -DISTNAME= wine980215 -PKGNAME= wine-980215 -CATEGORIES= emulators -MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ -DISTFILES= Wine-980215.tar.gz -ONLY_FOR_ARCHS= i386 +DISTNAME= Wine-980614 +PKGNAME= wine-980614 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= ALPHA/wine/development +ONLY_FOR_ARCHS= i386 MAINTAINER= mycroft@NetBSD.ORG DEPENDS+= xpm-3.4j:../../graphics/xpm +USE_X11= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-dll -USE_GMAKE= yes - -MAN1= wine.1 +CONFIGURE_ARGS+= --enable-dll +#USE_GMAKE= yes +WRKSRC= ${WRKDIR}/${PKGNAME} post-install: ${LDCONFIG} || ${TRUE} + ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.example .include "../../mk/bsd.pkg.mk" |