2000-06-10 05:04:21 +00:00
# ex:ts=8
1995-02-06 09:58:07 +00:00
# New ports collection makefile for: wine
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
#
2000-04-12 04:56:17 +00:00
PORTNAME = wine
2000-07-22 09:47:31 +00:00
PORTVERSION = 2000.07.16
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
2000-04-12 04:56:17 +00:00
DISTNAME = Wine-${ PORTVERSION : S /.//g }
1995-04-15 03:46:07 +00:00
2000-05-18 18:10:27 +00:00
MAINTAINER = pfeifer@dbai.tuwien.ac.at
1995-05-18 18:46:04 +00:00
2000-04-12 04:56:17 +00:00
WRKSRC = ${ WRKDIR } /wine-${ PORTVERSION : S /.//g }
1995-10-05 20:50:32 +00:00
GNU_CONFIGURE = yes
2000-07-22 09:47:31 +00:00
CONFIGURE_ARGS = --disable-opengl
CONFIGURE_ENV = LIBS = -Wl,-rpath,${ PREFIX } /lib/wine
2000-06-16 21:52:40 +00:00
INSTALLS_SHLIB = yes
2000-06-15 16:44:16 +00:00
LDCONFIG_DIRS = %%PREFIX%%/lib/wine
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
2000-07-24 10:20:43 +00:00
USE_BISON = yes
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
2000-08-03 09:28:57 +00:00
USE_XPM = yes
USE_MESA = yes
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
2000-06-10 19:47:24 +00:00
post-patch :
@${ PERL } -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \
${ WRKSRC } /Makefile.in
2000-07-22 09:47:31 +00:00
. f o r F i n a v i f i l 3 2 / M a k e f i l e . i n c o m c t l 3 2 / M a k e f i l e . i n c o m m d l g / M a k e f i l e . i n c r t d l l / M a k e f i l e . i n d c i m a n 3 2 / M a k e f i l e . i n d d r a w / M a k e f i l e . i n d i n p u t / M a k e f i l e . i n d p l a y / M a k e f i l e . i n d p l a y x / M a k e f i l e . i n d s o u n d / M a k e f i l e . i n g d i / M a k e f i l e . i n i c m p / M a k e f i l e . i n i m a g e h l p / M a k e f i l e . i n i m m 3 2 / M a k e f i l e . i n k e r n e l / M a k e f i l e . i n l z e x p a n d / M a k e f i l e . i n m p r / M a k e f i l e . i n m s a c m / M a k e f i l e . i n m s a c m 3 2 / M a k e f i l e . i n m s n e t 3 2 / M a k e f i l e . i n m s v i d e o / M a k e f i l e . i n o d b c 3 2 / M a k e f i l e . i n o l e 3 2 / M a k e f i l e . i n o l e a u t 3 2 / M a k e f i l e . i n o l e c l i / M a k e f i l e . i n o l e d l g / M a k e f i l e . i n o l e p r o 3 2 / M a k e f i l e . i n o l e s v r / M a k e f i l e . i n o p e n g l 3 2 / M a k e f i l e . i n p s a p i / M a k e f i l e . i n r a s a p i 3 2 / M a k e f i l e . i n r i c h e d i t / M a k e f i l e . i n r p c r t 4 / M a k e f i l e . i n s e r i a l u i / M a k e f i l e . i n s e t u p a p i / M a k e f i l e . i n s e t u p x / M a k e f i l e . i n s h e l l 3 2 / M a k e f i l e . i n s h f o l d e r / M a k e f i l e . i n s h l w a p i / M a k e f i l e . i n s o u n d / M a k e f i l e . i n s t r e s s / M a k e f i l e . i n t a p i 3 2 / M a k e f i l e . i n t t y d r v / M a k e f i l e . i n u r l m o n / M a k e f i l e . i n u s e r / M a k e f i l e . i n v e r s i o n / M a k e f i l e . i n w i n 3 2 s / M a k e f i l e . i n w i n 8 7 e m / M a k e f i l e . i n w i n a s p i / M a k e f i l e . i n w i n d e b u g / M a k e f i l e . i n w i n e p s / M a k e f i l e . i n w i n g / M a k e f i l e . i n w i n i n e t / M a k e f i l e . i n w i n m m / M a k e f i l e . i n w i n m m / j o y s t i c k / M a k e f i l e . i n w i n m m / m c i a n i m / M a k e f i l e . i n w i n m m / m c i a v i / M a k e f i l e . i n w i n m m / m c i c d a / M a k e f i l e . i n w i n m m / m c i s e q / M a k e f i l e . i n w i n m m / m c i w a v e / M a k e f i l e . i n w i n m m / m i d i m a p / M a k e f i l e . i n w i n m m / w a v e m a p / M a k e f i l e . i n w i n m m / w i n e o s s / M a k e f i l e . i n w i n s o c k / M a k e f i l e . i n w i n s p o o l / M a k e f i l e . i n w o w 3 2 / M a k e f i l e . i n w s o c k 3 2 / M a k e f i l e . i n x 1 1 d r v / M a k e f i l e . i n
2000-06-10 19:47:24 +00:00
@${ PERL } -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \
${ WRKSRC } /dlls/${ F }
. e n d f o r
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 :
2000-06-10 05:04:21 +00:00
cd ${ WRKSRC } && ${ MAKE } install
1999-12-10 17:36:22 +00:00
${ 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 } /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/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 >