aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>1995-02-06 17:58:07 +0800
committerhsu <hsu@FreeBSD.org>1995-02-06 17:58:07 +0800
commit9af4a48fbd278f00601904f4173795bd9760b3a1 (patch)
treec4935a7c330076819f9c1bfbaa3a2a38c935c4bc /emulators/wine-devel
parent4e3d09886377926b91be6c21ef014d478982c66f (diff)
downloadfreebsd-ports-gnome-9af4a48fbd278f00601904f4173795bd9760b3a1.tar.gz
freebsd-ports-gnome-9af4a48fbd278f00601904f4173795bd9760b3a1.tar.zst
freebsd-ports-gnome-9af4a48fbd278f00601904f4173795bd9760b3a1.zip
Wine - Microsoft Windows Emulator
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
new file mode 100644
index 000000000000..ef3dd6e76419
--- /dev/null
+++ b/emulators/wine-devel/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: wine
+# Version required: 95020
+# Date created: Sun Feb 5 16:12:09 1995
+#
+
+DISTNAME= Wine-950202
+MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \
+ ftp://aris.com/pub/linux/ALPHA/Wine/development/ \
+ ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ \
+ ftp://ftp.funet.fi/pub/OS/Linux/ALPHA/Wine/ \
+ ftp://ftp.wonderland.org/Wine/
+WRKSRC= ${WRKDIR}/wine950202
+USE_GMAKE= yes
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= Configure
+IS_INTERACTIVE= yes
+# set this until wine installs cleanly
+NO_INSTALL= yes
+
+.include <bsd.port.mk>