freebsd-ports/emulators/wine-mono/Makefile
Stefan Eßer 8dc5f88137 Add CONFLICTS entries that prevent simultaneous installation of normal
and devel versions of these ports. While these are allowed when the devel
versions are newer than the normal versions, this is not always the case
and especially not at this time. Instead of only conflicting with the
same version of each port, a version wildcard is used, to prevent
unexpected behavior if the non-devel version is updated to match the
devel version when both are installed.

Approved by:	gerald (maintainer)
2018-05-19 07:59:57 +00:00

31 lines
803 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= wine-mono
DISTVERSION= 4.7.1
CATEGORIES= emulators
MASTER_SITES= http://dl.winehq.org/wine/wine-mono/${DISTVERSION}/
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
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>