freebsd-ports/emulators/wine-mono-devel/Makefile
Gerald Pfeifer 10dbe27b94 Update wine-mono-devel to the upstream release 5.0.0.
This now includes -x86 as part of the distribution and installed
files; use this as an opportunity to simplify the Makefile a bit
and reduce hardcoded duplication.
2020-04-25 09:10:20 +00:00

31 lines
732 B
Makefile

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