aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>1995-10-06 04:50:32 +0800
committerhsu <hsu@FreeBSD.org>1995-10-06 04:50:32 +0800
commit553e7d98c9803029223c94f39af30c13b7b87a39 (patch)
tree7b42bbc90c2606fb870d89c2f08529abd5d503e9
parent248aa377817c0ee3fee4377d5e33545c0a014f31 (diff)
downloadfreebsd-ports-gnome-553e7d98c9803029223c94f39af30c13b7b87a39.tar.gz
freebsd-ports-gnome-553e7d98c9803029223c94f39af30c13b7b87a39.tar.zst
freebsd-ports-gnome-553e7d98c9803029223c94f39af30c13b7b87a39.zip
Update to Wine1003. Uses gnu configure instead of imake.
-rw-r--r--emulators/wine-devel/Makefile15
-rw-r--r--emulators/wine/Makefile15
2 files changed, 12 insertions, 18 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index e983d689aa6f..e3c4bcdda340 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: wine
-# Version required: 950302
+# Version required: 951003
# Date created: Sun Feb 5 16:12:09 1995
# Whom: hsu
#
-# $Id: Makefile,v 1.8 1995/07/07 08:18:13 hsu Exp $
+# $Id: Makefile,v 1.9 1995/07/13 01:13:20 asami Exp $
#
-DATE= 950706
+DATE= 951003
DISTNAME= Wine-${DATE}
-PKGNAME= Wine-95.06.06
+PKGNAME= Wine-95.10.03
CATEGORIES+= emulation x11
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \
ftp://aris.com/pub/linux/ALPHA/Wine/development/ \
@@ -21,11 +21,8 @@ MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/wine${DATE}
-USE_GMAKE= yes
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= Configure
-IS_INTERACTIVE= yes
-# set this until wine installs cleanly
+GNU_CONFIGURE= yes
+# wine doesn't come w/ an install rule
NO_INSTALL= yes
.include <bsd.port.mk>
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index e983d689aa6f..e3c4bcdda340 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: wine
-# Version required: 950302
+# Version required: 951003
# Date created: Sun Feb 5 16:12:09 1995
# Whom: hsu
#
-# $Id: Makefile,v 1.8 1995/07/07 08:18:13 hsu Exp $
+# $Id: Makefile,v 1.9 1995/07/13 01:13:20 asami Exp $
#
-DATE= 950706
+DATE= 951003
DISTNAME= Wine-${DATE}
-PKGNAME= Wine-95.06.06
+PKGNAME= Wine-95.10.03
CATEGORIES+= emulation x11
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \
ftp://aris.com/pub/linux/ALPHA/Wine/development/ \
@@ -21,11 +21,8 @@ MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/wine${DATE}
-USE_GMAKE= yes
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= Configure
-IS_INTERACTIVE= yes
-# set this until wine installs cleanly
+GNU_CONFIGURE= yes
+# wine doesn't come w/ an install rule
NO_INSTALL= yes
.include <bsd.port.mk>