summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile40
-rw-r--r--emulators/wine-devel/distinfo1
-rw-r--r--emulators/wine-devel/files/patch-ad40
-rw-r--r--emulators/wine-devel/files/patch-ar11
-rw-r--r--emulators/wine-devel/pkg-comment1
-rw-r--r--emulators/wine-devel/pkg-descr18
-rw-r--r--emulators/wine-devel/pkg-plist3
7 files changed, 0 insertions, 114 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
deleted file mode 100644
index b0abb4d51d84..000000000000
--- a/emulators/wine-devel/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: wine
-# Version required: 980517
-# Date created: Sa 9 Nov 1996 00:52:22 MET
-# Whom: se
-#
-# $Id: Makefile,v 1.70 1999/03/30 20:09:53 billf Exp $
-#
-
-DATE= 990426
-DISTNAME= Wine-${DATE}
-PKGNAME= wine-99.04.26
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= ALPHA/wine/development
-
-MAINTAINER= se@FreeBSD.ORG
-
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-
-WRKSRC= ${WRKDIR}/wine-${DATE}
-GNU_CONFIGURE= yes
-MAN1= wine.1
-ONLY_FOR_ARCHS= i386
-
-pre-configure:
- @${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \
- >> ${WRKSRC}/autoconf.h
-
-post-configure:
- cd ${WRKSRC} && make depend
-
-do-install:
- ${INSTALL} -c ${WRKSRC}/wine ${PREFIX}/bin
- -@${MKDIR} ${PREFIX}/etc 2>/dev/null
- [ -f ${PREFIX}/etc/wine.conf ] \
- || ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf
- ${CP} ${WRKSRC}/wine.sym ${PREFIX}/etc
- ${CP} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
-
-.include <bsd.port.mk>
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
deleted file mode 100644
index 321880cea3c6..000000000000
--- a/emulators/wine-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Wine-990426.tar.gz) = ddc5561393b7fedb02b933889658eb7f
diff --git a/emulators/wine-devel/files/patch-ad b/emulators/wine-devel/files/patch-ad
deleted file mode 100644
index 4dd01c257b50..000000000000
--- a/emulators/wine-devel/files/patch-ad
+++ /dev/null
@@ -1,40 +0,0 @@
-*** wine.ini.orig Wed Jul 17 22:00:24 1996
---- wine.ini Mon Aug 12 19:51:38 1996
-***************
-*** 35,39 ****
- Temp=e:\
- Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
-! SymbolTableFile=./wine.sym
-
- [options]
---- 35,39 ----
- Temp=e:\
- Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
-! SymbolTableFile=/usr/local/etc/wine.sym
-
- [options]
-***************
-*** 54,64 ****
-
- [serialports]
-! Com1=/dev/cua0
-! Com2=/dev/cua1
- Com3=/dev/modem,38400
- Com4=/dev/modem
-
- [parallelports]
-! Lpt1=/dev/lp0
-
- [spy]
---- 54,64 ----
-
- [serialports]
-! Com1=/dev/ttyd0
-! Com2=/dev/ttyd1
- Com3=/dev/modem,38400
- Com4=/dev/modem
-
- [parallelports]
-! Lpt1=/dev/lpt0
-
- [spy]
diff --git a/emulators/wine-devel/files/patch-ar b/emulators/wine-devel/files/patch-ar
deleted file mode 100644
index 715b693ba449..000000000000
--- a/emulators/wine-devel/files/patch-ar
+++ /dev/null
@@ -1,11 +0,0 @@
-*** configure~ Mon Apr 26 16:58:58 1999
---- configure Mon May 3 22:05:42 1999
-***************
-*** 9,12 ****
---- 9,14 ----
- # gives unlimited permission to copy, distribute and modify it.
-
-+ exec < /dev/null
-+
- # Defaults:
- ac_help=
diff --git a/emulators/wine-devel/pkg-comment b/emulators/wine-devel/pkg-comment
deleted file mode 100644
index 6ccc80e5d56b..000000000000
--- a/emulators/wine-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-MS-Windows 3.1/95/NT emulator for Unix (Alpha release).
diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr
deleted file mode 100644
index 17fe9d8f2368..000000000000
--- a/emulators/wine-devel/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Wine is a Windows emulator running under Unix on i386 (and higher) CPUs.
-It is still Alpha quality; i.e. don't expect it to run your typical large
-MS-Windows application package, but it is definitely on its way ...
-
-To use Wine, your kernel must be rebuilt with the following lines added
-to your kernel config file (/sys/i386/conf/<YourMachine>):
-
-options USER_LDT
-options SYSVSHM
-options SYSVSEM
-options SYSVMSG
-
-Wine relies on the configuration file /usr/local/etc/wine.conf to
-contain valid assignments of Unix directories to DOS drive letters,
-and for certain other options (see "man wine" for details).
-You will most probably have to to edit it, after the install ...
-
-WWW: http://www.winehq.com/
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
deleted file mode 100644
index 8489a54c41a8..000000000000
--- a/emulators/wine-devel/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/wine
-etc/wine.conf
-etc/wine.sym