freebsd-ports/emulators/wine-mono-devel/Makefile
Gerald Pfeifer 83342a3144 Update to Wine 2.0 RC1. This includes the following changes:
- Support for IDN name resolution.
 - Many more Shader Model 5 operations.
 - Still more fixes in the regression tests.
 - Various bug fixes.

It also uses a newer bug fix update of the Mono engine and accordingly
the wine-mono-devel port is updated to version 4.6.4 from 4.6.3.
2016-12-10 12:48:52 +00:00

28 lines
713 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= wine-mono
DISTVERSION= 4.6.4
CATEGORIES= emulators
MASTER_SITES= http://dl.winehq.org/wine/wine-mono/${DISTVERSION}/
PKGNAMESUFFIX= -devel
EXTRACT_SUFX= .msi
EXTRACT_ONLY=
MAINTAINER= dbn@FreeBSD.org
COMMENT= Mono .NET implementation for Wine development branch (HTML support)
LICENSE= MIT GPLv2 LGPL20
LICENSE_COMB= multi
NO_BUILD= yes
PLIST_SUB+= MONO_VERSION="${DISTVERSION}"
DATADIR= ${PREFIX}/share/wine
PLIST_FILES= %%DATADIR%%/mono/wine-mono-%%MONO_VERSION%%.msi
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}/mono
${INSTALL_DATA} ${DISTDIR}/wine-mono-${DISTVERSION}.msi \
${STAGEDIR}${DATADIR}/mono
.include <bsd.port.mk>