freebsd-ports/emulators/wine-gecko-devel/Makefile
Gerald Pfeifer cc66e3ad6c Transfer maintainership of wine-gecko and wine-gecko-devel from dbn@
to gerald@ to align with the wine and wine-devel ports.  Thanks David
for creating and maintaining these two for years!

Approved by:	dbn (maintainer)
2016-02-12 23:14:47 +00:00

29 lines
779 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= wine-gecko
DISTVERSION= 2.44
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= gerald@FreeBSD.org
COMMENT= Gecko Layout Engine for Wine development branch (HTML support)
LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3
LICENSE_COMB= multi
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>