update to wine-990131
This commit is contained in:
parent
914da8bc4f
commit
aed4bea57d
@ -1,36 +1,28 @@
|
|||||||
# $OpenBSD: Makefile,v 1.5 1998/10/18 05:02:07 marc Exp $
|
# $OpenBSD: Makefile,v 1.6 1999/02/12 18:29:06 rohee Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DATE= 980628
|
DATE = 990131
|
||||||
DISTNAME= Wine-${DATE}
|
DISTNAME = Wine-${DATE}
|
||||||
PKGNAME= wine-98.06.28
|
PKGNAME = wine-${DATE}
|
||||||
CATEGORIES= emulators x11
|
CATEGORIES = emulators x11
|
||||||
|
|
||||||
#BROKEN= "newer version available"
|
ONLY_FOR_ARCHS = i386
|
||||||
ONLY_FOR_ARCHS= i386
|
|
||||||
|
|
||||||
MAINTAINER= todd@OpenBSD.ORG
|
MAINTAINER = rohee@OpenBSD.ORG # was todd@OpenBSD.ORG
|
||||||
|
|
||||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
MASTER_SITES = ${MASTER_SITE_SUNSITE}
|
||||||
MASTER_SITE_SUBDIR= ALPHA/wine/development
|
MASTER_SITE_SUBDIR = ALPHA/wine/development
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
USE_X11 = yes
|
||||||
|
GNU_CONFIGURE = yes
|
||||||
|
CONFIGURE_ARGS += --sysconfdir=/etc
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/wine-${DATE}
|
WRKSRC = ${WRKDIR}/${PKGNAME}
|
||||||
|
|
||||||
pre-configure:
|
|
||||||
@${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \
|
|
||||||
>> ${WRKSRC}/autoconf.h
|
|
||||||
|
|
||||||
post-configure:
|
post-configure:
|
||||||
cd ${WRKSRC} && make depend
|
cd ${WRKSRC} && make depend
|
||||||
|
|
||||||
do-install:
|
post-install:
|
||||||
${INSTALL} -c ${WRKSRC}/wine ${PREFIX}/bin
|
[ -f /etc/wine.conf ] || ${CP} ${WRKSRC}/wine.ini /etc/wine.conf
|
||||||
-@${MKDIR} ${PREFIX}/etc 2>/dev/null
|
|
||||||
[ -f ${PREFIX}/etc/wine.conf ] \
|
|
||||||
|| ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf
|
|
||||||
${CP} ${WRKSRC}/wine.sym ${PREFIX}/etc
|
|
||||||
${CP} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (Wine-980628.tar.gz) = b5020f7801d8436423323ca6af9a64af
|
MD5 (Wine-990131.tar.gz) = 8a3ba3b5e9f1eaf5e6863536795447fb
|
||||||
|
@ -7,7 +7,7 @@ to your kernel config file (/sys/i386/conf/<YourMachine>):
|
|||||||
|
|
||||||
options USER_LDT
|
options USER_LDT
|
||||||
|
|
||||||
Wine relies on the configuration file /usr/local/etc/wine.conf to
|
Wine relies on the configuration file /etc/wine.conf to
|
||||||
contain valid assignments of Unix directories to DOS drive letters,
|
contain valid assignments of Unix directories to DOS drive letters,
|
||||||
and for certain other options (see "man wine" for details).
|
and for certain other options (see "man wine" for details).
|
||||||
You will most probably have to to edit it, after the install ...
|
You will most probably have to to edit it, after the install...
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
|
@cwd /usr/X11R6
|
||||||
|
@name wine-990131
|
||||||
bin/wine
|
bin/wine
|
||||||
etc/wine.conf
|
bin/dosmod
|
||||||
etc/wine.sym
|
include/wine/windows.h
|
||||||
|
include/wine/wintypes.h
|
||||||
|
lib/libwine.a
|
||||||
|
lib/wine.sym
|
||||||
man/man1/wine.1
|
man/man1/wine.1
|
||||||
|
@dirrm include/wine
|
||||||
|
Loading…
Reference in New Issue
Block a user