1995-02-06 09:58:07 +00:00
# New ports collection makefile for: wine
1998-06-07 21:56:15 +00:00
# Version required: 980517
1996-11-08 23:57:24 +00:00
# Date created: Sa 9 Nov 1996 00:52:22 MET
1995-10-07 00:25:10 +00:00
# Whom: se
1995-04-15 03:46:07 +00:00
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
1995-02-06 09:58:07 +00:00
#
1995-11-29 21:38:35 +00:00
DISTNAME = Wine-${ DATE }
1999-11-21 20:02:21 +00:00
PKGNAME = wine-99.11.14
1998-07-27 23:25:33 +00:00
CATEGORIES = emulators
1996-11-18 10:37:03 +00:00
MASTER_SITES = ${ MASTER_SITE_SUNSITE }
MASTER_SITE_SUBDIR = ALPHA/wine/development
1995-04-15 03:46:07 +00:00
1999-08-31 06:53:31 +00:00
MAINTAINER = se@FreeBSD.org
1995-05-18 18:46:04 +00:00
1999-12-10 17:36:22 +00:00
LIB_DEPENDS = Xpm.4:${ PORTSDIR } /graphics/xpm \
GL.14:${ PORTSDIR } /graphics/Mesa3
1995-05-18 18:46:04 +00:00
1999-11-21 20:02:21 +00:00
DATE = 991114
1998-10-09 05:32:34 +00:00
WRKSRC = ${ WRKDIR } /wine-${ DATE }
1995-10-05 20:50:32 +00:00
GNU_CONFIGURE = yes
1996-11-17 05:48:49 +00:00
MAN1 = wine.1
1999-11-21 20:02:21 +00:00
MAN5 = wine.conf.5
1999-03-30 20:09:53 +00:00
ONLY_FOR_ARCHS = i386
1995-10-07 00:25:10 +00:00
1999-11-21 20:02:21 +00:00
. i f ! d e f i n e d ( N D E B U G )
1999-11-14 20:49:34 +00:00
STRIP =
CFLAGS += -g
1999-12-10 17:36:22 +00:00
. e l s e
pre-extract :
@${ ECHO } "NDEBUG has been set, building without debug info..."
@${ ECHO } "This will save diskspace but it makes debugging harder."
@${ ECHO } "If for example wine crashes and you would like to send"
@${ ECHO } "the backtrace it then dumps to the developers (or"
@${ ECHO } "comp.emulators.ms-windows.wine) it will be much more useful"
@${ ECHO } "to them if you first rebuild without this and generate it again."
@${ ECHO } "(If you're _not_ low on diskspace there is not really a reason to"
@${ ECHO } "use this flag, the resulting wine won't use more VM or anything like"
@${ ECHO } "that when running, only when it has to enter the debugger...)"
1999-11-21 20:02:21 +00:00
. e n d i f
1995-10-07 00:25:10 +00:00
1996-10-29 19:08:30 +00:00
post-configure :
1999-12-10 17:36:22 +00:00
cd ${ WRKSRC } && make depend
post-build :
cd ${ WRKSRC } /programs/regapi && ${ MAKE }
${ SED } '1s/bash/sh/;s-\./\(reg.*\.pl\)-' ${ PREFIX } /lib/wine/reg/'\1-' <${ WRKSRC } /programs/regapi/regSet.sh >${ WRKDIR } /regSet.sh
${ SED } 's-\(Change directory to \)<dirs to wine>/tools$$-\1your program' "'" 's dir (or wherever you need to be to run it)-;s-\./\(bug_report\.pl\)-' ${ PREFIX } /lib/wine/'\1-' <${ WRKSRC } /documentation/bugreports >${ WRKDIR } /bugreports
${ SED } 's-\(look at the file \)<dirs to wine>/wine.ini-\1' ${ PREFIX } /etc/wine.conf.sample- <${ WRKSRC } /documentation/config >${ WRKDIR } /config
1996-10-29 19:08:30 +00:00
1995-10-10 07:21:33 +00:00
do-install :
1999-11-14 20:49:34 +00:00
${ INSTALL_PROGRAM } ${ WRKSRC } /wine ${ PREFIX } /bin
${ INSTALL_PROGRAM } ${ WRKSRC } /tools/fnt2bdf ${ PREFIX } /bin
${ INSTALL_PROGRAM } ${ WRKSRC } /windows/x11drv/wineclipsrv ${ PREFIX } /bin
1999-12-10 17:36:22 +00:00
${ INSTALL_PROGRAM } ${ WRKSRC } /programs/regapi/regapi ${ PREFIX } /bin
${ INSTALL_SCRIPT } ${ WRKDIR } /regSet.sh ${ PREFIX } /bin
1999-11-14 20:49:34 +00:00
${ INSTALL_DATA } ${ WRKSRC } /wine.ini ${ PREFIX } /etc/wine.conf.sample
1995-10-07 00:25:10 +00:00
[ -f ${ PREFIX } /etc/wine.conf ] \
1999-11-14 20:49:34 +00:00
|| ${ INSTALL_DATA } ${ WRKSRC } /wine.ini ${ PREFIX } /etc/wine.conf
${ INSTALL_DATA } ${ WRKSRC } /wine.sym ${ PREFIX } /etc
${ INSTALL_DATA } ${ WRKSRC } /documentation/wine.man ${ PREFIX } /man/man1/wine.1
${ INSTALL_DATA } ${ WRKSRC } /documentation/wine.conf.man ${ PREFIX } /man/man5/wine.conf.5
1999-12-10 17:36:22 +00:00
-@${ MKDIR } ${ PREFIX } /lib/wine/documentation ${ PREFIX } /lib/wine/reg 2>/dev/null
${ INSTALL_DATA } ${ WRKDIR } /bugreports ${ WRKDIR } /config \
${ WRKSRC } /README \
${ WRKSRC } /ANNOUNCE \
${ WRKSRC } /AUTHORS \
${ WRKSRC } /LICENSE \
${ WRKSRC } /WARRANTY \
${ WRKSRC } /documentation/cdrom-labels \
${ WRKSRC } /documentation/debugging \
${ WRKSRC } /documentation/dlls \
${ WRKSRC } /documentation/fonts \
${ WRKSRC } /documentation/ioport-trace-hints \
${ WRKSRC } /documentation/lables-and-serial-nubers \
${ WRKSRC } /documentation/no-windows \
${ WRKSRC } /documentation/printing \
${ WRKSRC } /documentation/psdriver \
${ WRKSRC } /documentation/psdrv.reg \
${ WRKSRC } /documentation/ttfserver \
${ PREFIX } /lib/wine/documentation
${ INSTALL_DATA } ${ WRKSRC } /debugger/README \
${ PREFIX } /lib/wine/documentation/README.debugger
${ INSTALL_DATA } ${ WRKSRC } /programs/regapi/README \
${ PREFIX } /lib/wine/documentation/README.regapi
${ INSTALL_SCRIPT } ${ WRKSRC } /tools/bug_report.pl \
${ PREFIX } /lib/wine
${ INSTALL_SCRIPT } \
${ WRKSRC } /programs/regapi/regFixer.pl \
${ WRKSRC } /programs/regapi/regRestorer.pl \
${ PREFIX } /lib/wine/reg
1999-11-14 20:49:34 +00:00
${ INSTALL_DATA } ${ FILESDIR } /README.patch \
${ FILESDIR } /patch-3.3-sys-ldtshare \
${ FILESDIR } /patch-3.3-sys-sigtrap \
1999-12-10 17:36:22 +00:00
${ FILESDIR } /patch-3.3-sys-fsgs \
1999-11-14 20:49:34 +00:00
${ PREFIX } /lib/wine
1999-12-10 17:36:22 +00:00
${ INSTALL_DATA } ${ WRKSRC } /winedefault.reg ${ PREFIX } /lib/wine
1999-11-14 20:49:34 +00:00
${ ECHO }
@${ SED } s+%%PREFIX%%+${ PREFIX } +g <${ PKGMESSAGE }
1995-02-06 09:58:07 +00:00
. i n c l u d e < b s d . p o r t . m k >