2000-06-10 01:04:21 -04:00
|
|
|
# ex:ts=8
|
1995-02-06 04:58:07 -05:00
|
|
|
# New ports collection makefile for: wine
|
1996-11-08 18:57:24 -05:00
|
|
|
# Date created: Sa 9 Nov 1996 00:52:22 MET
|
1995-10-06 20:25:10 -04:00
|
|
|
# Whom: se
|
1995-04-14 23:46:07 -04:00
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1995-02-06 04:58:07 -05:00
|
|
|
#
|
|
|
|
|
2000-04-12 00:56:17 -04:00
|
|
|
PORTNAME= wine
|
2002-05-13 03:42:33 -04:00
|
|
|
PORTVERSION= 2002.05.09
|
1998-07-27 19:25:33 -04:00
|
|
|
CATEGORIES= emulators
|
1996-11-18 05:37:03 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= ALPHA/wine/development
|
2000-04-12 00:56:17 -04:00
|
|
|
DISTNAME= Wine-${PORTVERSION:S/.//g}
|
1995-04-14 23:46:07 -04:00
|
|
|
|
2000-05-18 14:10:27 -04:00
|
|
|
MAINTAINER= pfeifer@dbai.tuwien.ac.at
|
1995-05-18 14:46:04 -04:00
|
|
|
|
2000-04-12 00:56:17 -04:00
|
|
|
WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g}
|
1995-10-05 16:50:32 -04:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-15 03:32:44 -04:00
|
|
|
CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine
|
2000-06-16 17:52:40 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-06-15 12:44:16 -04:00
|
|
|
LDCONFIG_DIRS= %%PREFIX%%/lib/wine
|
2000-12-29 11:29:12 -05:00
|
|
|
MAN1= wine.1 winemaker.1 wmc.1 wrc.1
|
1999-11-21 15:02:21 -05:00
|
|
|
MAN5= wine.conf.5
|
1999-03-30 15:09:53 -05:00
|
|
|
ONLY_FOR_ARCHS= i386
|
(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 05:28:57 -04:00
|
|
|
USE_XPM= yes
|
2001-01-15 18:45:30 -05:00
|
|
|
#USE_MESA= yes
|
2000-12-22 22:18:33 -05:00
|
|
|
USE_GMAKE= yes
|
1995-10-06 20:25:10 -04:00
|
|
|
|
2001-02-02 17:52:03 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 400000
|
|
|
|
BROKEN= "Not supported on systems prior to FreeBSD 4.x"
|
|
|
|
.endif
|
|
|
|
|
1999-11-21 15:02:21 -05:00
|
|
|
.if !defined(NDEBUG)
|
1999-11-14 15:49:34 -05:00
|
|
|
STRIP=
|
|
|
|
CFLAGS+= -g
|
1999-12-10 12:36:22 -05:00
|
|
|
.else
|
|
|
|
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 15:02:21 -05:00
|
|
|
.endif
|
1995-10-06 20:25:10 -04:00
|
|
|
|
2000-06-10 15:47:24 -04:00
|
|
|
post-patch:
|
2002-05-23 15:08:32 -04:00
|
|
|
.for D in ../library ../tsx11 ../unicode
|
2000-06-10 15:47:24 -04:00
|
|
|
@${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \
|
2000-08-21 18:51:45 -04:00
|
|
|
${WRKSRC}/dlls/${D}/Makefile.in
|
2000-06-10 15:47:24 -04:00
|
|
|
.endfor
|
|
|
|
|
1996-10-29 14:08:30 -05:00
|
|
|
post-configure:
|
1999-12-10 12:36:22 -05:00
|
|
|
cd ${WRKSRC} && make depend
|
|
|
|
|
|
|
|
post-build:
|
2001-12-27 14:05:51 -05:00
|
|
|
#cd ${WRKSRC}/programs/regapi && ${GMAKE}
|
1999-12-10 12:36:22 -05:00
|
|
|
${SED} '1s/bash/sh/;s-\./\(reg.*\.pl\)-'${PREFIX}/lib/wine/reg/'\1-' <${WRKSRC}/programs/regapi/regSet.sh >${WRKDIR}/regSet.sh
|
1996-10-29 14:08:30 -05:00
|
|
|
|
1995-10-10 03:21:33 -04:00
|
|
|
do-install:
|
2000-12-22 22:18:33 -05:00
|
|
|
cd ${WRKSRC} && ${GMAKE} install
|
1999-12-10 12:36:22 -05:00
|
|
|
${INSTALL_SCRIPT} ${WRKDIR}/regSet.sh ${PREFIX}/bin
|
2001-01-15 18:45:30 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/documentation/samples/config ${PREFIX}/etc/wine.conf.sample
|
1995-10-06 20:25:10 -04:00
|
|
|
[ -f ${PREFIX}/etc/wine.conf ] \
|
2001-01-15 18:45:30 -05:00
|
|
|
|| ${INSTALL_DATA} ${PREFIX}/etc/wine.conf.sample ${PREFIX}/etc/wine.conf
|
2001-07-04 17:55:02 -04:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5
|
2000-11-26 13:09:41 -05:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-07-06 16:16:42 -04:00
|
|
|
-@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
2002-03-11 17:45:29 -05:00
|
|
|
.for i in README ANNOUNCE AUTHORS LICENSE documentation/psdrv.reg
|
2001-07-06 16:16:42 -04:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME}
|
2000-11-02 10:05:14 -05:00
|
|
|
.endfor
|
1999-12-10 12:36:22 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/debugger/README \
|
2001-07-06 16:16:42 -04:00
|
|
|
${PREFIX}/share/doc/${PORTNAME}/README.debugger
|
1999-12-10 12:36:22 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/programs/regapi/README \
|
2001-07-06 16:16:42 -04:00
|
|
|
${PREFIX}/share/doc/${PORTNAME}/README.regapi
|
2000-11-02 10:05:14 -05:00
|
|
|
.endif
|
2001-07-06 16:16:42 -04:00
|
|
|
-@${MKDIR} ${PREFIX}/lib/wine
|
|
|
|
-@${MKDIR} ${PREFIX}/lib/wine/reg
|
1999-12-10 12:36:22 -05:00
|
|
|
${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
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/winedefault.reg ${PREFIX}/lib/wine
|
1999-11-14 15:49:34 -05:00
|
|
|
${ECHO}
|
|
|
|
@${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE}
|
1995-02-06 04:58:07 -05:00
|
|
|
|
2001-02-02 17:52:03 -05:00
|
|
|
.include <bsd.port.post.mk>
|