Date: Wed, 8 Aug 2012 21:32:20 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302309 - head/emulators/wine-devel Message-ID: <201208082132.q78LWKd2029851@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Wed Aug 8 21:32:20 2012 New Revision: 302309 URL: http://svn.freebsd.org/changeset/ports/302309 Log: Add two options that pull in a Gecko MSI package and a Mono MSI package, emulators/wine-gecko-devel and emulators/wine-mono, respectively. Submitted by: David Naylor <naylor.b.david@gmail.com> Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Wed Aug 8 21:31:01 2012 (r302308) +++ head/emulators/wine-devel/Makefile Wed Aug 8 21:32:20 2012 (r302309) @@ -63,11 +63,13 @@ USE_XORG= xcursor xi xpm xrandr xrender SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -OPTIONS_DEFINE= CUPS DOSBOX GNUTLS HAL LDAP LIBXSLT OPENAL WINEMAKER +OPTIONS_DEFINE= CUPS DOSBOX GNUTLS HAL LDAP LIBXSLT OPENAL WINEMAKER GECKO MONO DOSBOX_DESC= Use DOSBox to run MS-DOS programs LIBXSLT_DESC= Use libxslt (only used by msxml3.dll) WINEMAKER_DESC= Fully support winemaker (requires Perl) +GECKO_DESC= Bundle Gecko MSI package for Wine +MONO_DESC= Bundle Mono MSI package for Wine PORTDATA= fonts/ generic.ppd l_intl.nls wine.inf @@ -125,6 +127,14 @@ PLIST_SUB+= OPENAL="@comment " RUN_DEPENDS+= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML .endif +.if ${PORT_OPTIONS:MGECKO} +RUN_DEPENDS+= ${DATADIR}/gecko/wine_gecko-1.7-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel +.endif + +.if ${PORT_OPTIONS:MMONO} +RUN_DEPENDS+= ${DATADIR}/mono/wine-mono-0.0.4.msi:${PORTSDIR}/emulators/wine-mono +.endif + .if ${OSVERSION} < 800000 IGNORE= lacks required sound support on FreeBSD before 8.0 .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208082132.q78LWKd2029851>