diff options
author | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-10-05 20:50:32 +0000 |
---|---|---|
committer | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-10-05 20:50:32 +0000 |
commit | 03a6455424aa2796ce408f51988a2f1876063dbc (patch) | |
tree | 47205c2e049ec51b5f79e7ec25b7e6f6a7f92007 /emulators | |
parent | 5062c4453c8c78f5dcd7c495c7b4b95bc16ab78e (diff) | |
download | ports-03a6455424aa2796ce408f51988a2f1876063dbc.tar.gz ports-03a6455424aa2796ce408f51988a2f1876063dbc.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 15 | ||||
-rw-r--r-- | emulators/wine/Makefile | 15 |
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> |