ports/emulators/wine-gecko-devel/Makefile
Stefan Eßer 5933ac0b09 */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-23 23:11:40 +01:00

30 lines
764 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
PORTNAME= wine-gecko
DISTVERSION= 2.47.2
CATEGORIES= emulators
MASTER_SITES= http://dl.winehq.org/wine/wine-gecko/${DISTVERSION}/
PKGNAMESUFFIX= -devel
DISTNAME= wine-gecko-${DISTVERSION}-x86
EXTRACT_SUFX= .msi
EXTRACT_ONLY=
MAINTAINER= damjan.jov@gmail.com
COMMENT= Gecko Layout Engine for Wine development branch (HTML support)
LICENSE= MPL20 GPLv2 GPLv3 LGPL21 LGPL3
LICENSE_COMB= multi
CONFLICTS_INSTALL= wine-gecko
NO_BUILD= yes
PLIST_SUB+= GECKO_VERSION="${DISTVERSION}"
DATADIR= ${PREFIX}/share/wine
PLIST_FILES= ${DATADIR}/gecko/${DISTNAME}.msi
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}/gecko
${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.msi \
${STAGEDIR}${DATADIR}/gecko
.include <bsd.port.mk>