1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/emulators/wine-mono/Makefile
Gerald Pfeifer 2df2c699ab Backport r525903 | gerald | 2020-02-12 from wine-mono-devel:
Assume maintainership, taking this from the ports@ pool.

  Fix the description which has been off (referring to HTML,
  probably coming from wine-gecko).

PR:		238081
2020-02-15 08:47:11 +00:00

33 lines
788 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= wine-mono
DISTVERSION= 4.9.4
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://dl.winehq.org/wine/wine-mono/${DISTVERSION}/
EXTRACT_SUFX= .msi
EXTRACT_ONLY=
MAINTAINER= gerald@FreeBSD.org
COMMENT= Mono .NET implementation for Wine
LICENSE= MIT GPLv2 LGPL20
LICENSE_COMB= multi
PORTSCOUT= ignore:1 # for newer versions see emulators/wine-mono-devel
CONFLICTS_INSTALL= wine-mono-devel-[0-9]*
NO_BUILD= yes
PLIST_SUB+= MONO_VERSION="${DISTVERSION}"
DATADIR= ${PREFIX}/share/wine
PLIST_FILES= ${DATADIR}/mono/wine-mono-${DISTVERSION}.msi
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}/mono
${INSTALL_DATA} ${DISTDIR}/wine-mono-${DISTVERSION}.msi \
${STAGEDIR}${DATADIR}/mono
.include <bsd.port.mk>