freebsd-ports/emulators/wine-gecko/Makefile
Gerald Pfeifer 682d1c726d Update wine-gecko, the Gecko Layout Engine component for emulators/wine
from version 2.21 to 2.40.  It is based on Firefox 40 now.

This will allow switching emulators/wine from temporarily using
wine-gecko-devel back to using this port.

Approved by:	dbn (maintainer, pre-approved)
2016-02-05 22:04:12 +00:00

30 lines
791 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= wine-gecko
DISTVERSION= 2.40
CATEGORIES= emulators
MASTER_SITES= SF/wine/Wine%20Gecko/${DISTVERSION}
DISTNAME= wine_gecko-${DISTVERSION}-x86
EXTRACT_SUFX= .msi
EXTRACT_ONLY=
MAINTAINER= dbn@FreeBSD.org
COMMENT= Gecko Layout Engine for Wine (HTML support)
LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3
LICENSE_COMB= multi
PORTSCOUT= ignore:1 # for newer versions see emulators/wine-gecko-devel
NO_BUILD= yes
PLIST_SUB+= GECKO_VERSION="${DISTVERSION}"
DATADIR= ${PREFIX}/share/wine
PLIST_FILES= %%DATADIR%%/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}/gecko
${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \
${STAGEDIR}${DATADIR}/gecko
.include <bsd.port.mk>