summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile23
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"