summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1995-10-05 20:50:32 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1995-10-05 20:50:32 +0000
commit03a6455424aa2796ce408f51988a2f1876063dbc (patch)
tree47205c2e049ec51b5f79e7ec25b7e6f6a7f92007 /emulators/wine-devel
parentTake CFLAGS from /etc/make.conf (diff)
Update to Wine1003. Uses gnu configure instead of imake.
Notes
Notes: svn path=/head/; revision=2275
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile15
1 files changed, 6 insertions, 9 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>