Update to Wine1003. Uses gnu configure instead of imake.
This commit is contained in:
parent
5062c4453c
commit
03a6455424
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2275
2 changed files with 12 additions and 18 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue