summaryrefslogtreecommitdiff
path: root/emulators/wine-current/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine-current/Makefile')
-rw-r--r--emulators/wine-current/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/emulators/wine-current/Makefile b/emulators/wine-current/Makefile
new file mode 100644
index 00000000000..1c0247089f2
--- /dev/null
+++ b/emulators/wine-current/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/04/15 20:50:46 tv Exp $
+
+DISTNAME= Wine-990328
+PKGNAME= wine-990328
+WRKSRC= ${WRKDIR}/${PKGNAME}
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SUNSITE:=/ALPHA/wine/development/}
+ONLY_FOR_ARCHS= i386
+
+MAINTAINER= tv@netbsd.org
+HOMEPAGE= http://www.winehq.com/
+
+DEPENDS+= xpm-3.4k:../../graphics/xpm \
+ ncurses-1.9.9g:../../devel/ncurses
+
+USE_X11= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-dll
+CONFIGURE_ENV= CC="${CC} -idirafter ${LOCALBASE}/include"
+MAKE_ENV= LDOPTIONS="${LDFLAGS}"
+LDFLAGS= -L${LOCALBASE}/lib
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.example
+
+.include "../../mk/bsd.pkg.mk"