summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft>1998-03-16 03:30:46 +0000
committermycroft <mycroft>1998-03-16 03:30:46 +0000
commitc9bf9802035464130df60b5e6d2206eb93eac154 (patch)
tree397ee8501d49b1a291019ad8f5c473a6650c0875 /emulators/wine/Makefile
parent93e05c6fecb0260b4f28531a78642461bbdae93f (diff)
downloadpkgsrc-c9bf9802035464130df60b5e6d2206eb93eac154.tar.gz
WINE, the Windows emulator
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
new file mode 100644
index 00000000000..c2aec083519
--- /dev/null
+++ b/emulators/wine/Makefile
@@ -0,0 +1,21 @@
+# Makefile for: wine
+# Version required: 980215
+# Date created: 15 March 1998
+# Whom: mycroft
+#
+# $NetBSD: Makefile,v 1.1 1998/03/16 03:30:46 mycroft 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
+
+MAINTAINER= mycroft@NetBSD.ORG
+
+GNU_CONFIGURE= yes
+
+MAN1= wine.1
+
+.include <bsd.port.mk>