summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2004-02-16 10:59:54 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2004-02-16 10:59:54 +0000
commitaf6e4b44f8f09cafe3b9d4974f4468b1bcb8ae37 (patch)
tree3cf5fe73f0b71e916acd3906ac4a3d630a74ac1f /emulators
parentMake deinstallation of optional OpenGL dependent files work in (diff)
Wine sees itself as a compatibility layer rather than an emulator. Honor
that, and also use the term "Unix-like systems" instead of "Unix".
Notes
Notes: svn path=/head/; revision=101034
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile4
-rw-r--r--emulators/wine-devel/pkg-descr4
-rw-r--r--emulators/wine/Makefile4
-rw-r--r--emulators/wine/pkg-descr4
4 files changed, 8 insertions, 8 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 945a0854d119..bc1f8b44639e 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ALPHA/wine/development
DISTNAME= Wine-${PORTVERSION}
MAINTAINER= gerald@FreeBSD.org
-COMMENT= Microsoft Windows emulator for Unix
+COMMENT= Microsoft Windows compatibility layer for Unix-like systems
WRKSRC= ${WRKDIR}/wine-${PORTVERSION}
GNU_CONFIGURE= yes
@@ -30,7 +30,7 @@ USE_GMAKE= yes
USE_SIZE= yes
# GCC 3.2 also seems fine, but the ports collection requires specifying
# a concrete version.
-#USE_GCC= 3.3
+USE_GCC= 3.3
.include <bsd.port.pre.mk>
diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr
index e8a6b98d624b..279db96df9a1 100644
--- a/emulators/wine-devel/pkg-descr
+++ b/emulators/wine-devel/pkg-descr
@@ -1,5 +1,5 @@
-Wine is a Microsoft Windows emulator running under Unix on i386 (and
-compatible) CPUs.
+Wine is a Microsoft Windows compatibility layer running under Unix-like
+systems on i386 (and compatible) CPUs.
It is still alpha quality, but is definitely making progress. Most
applications already work, more or less, including several games.
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 945a0854d119..bc1f8b44639e 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ALPHA/wine/development
DISTNAME= Wine-${PORTVERSION}
MAINTAINER= gerald@FreeBSD.org
-COMMENT= Microsoft Windows emulator for Unix
+COMMENT= Microsoft Windows compatibility layer for Unix-like systems
WRKSRC= ${WRKDIR}/wine-${PORTVERSION}
GNU_CONFIGURE= yes
@@ -30,7 +30,7 @@ USE_GMAKE= yes
USE_SIZE= yes
# GCC 3.2 also seems fine, but the ports collection requires specifying
# a concrete version.
-#USE_GCC= 3.3
+USE_GCC= 3.3
.include <bsd.port.pre.mk>
diff --git a/emulators/wine/pkg-descr b/emulators/wine/pkg-descr
index e8a6b98d624b..279db96df9a1 100644
--- a/emulators/wine/pkg-descr
+++ b/emulators/wine/pkg-descr
@@ -1,5 +1,5 @@
-Wine is a Microsoft Windows emulator running under Unix on i386 (and
-compatible) CPUs.
+Wine is a Microsoft Windows compatibility layer running under Unix-like
+systems on i386 (and compatible) CPUs.
It is still alpha quality, but is definitely making progress. Most
applications already work, more or less, including several games.