freebsd-ports/emulators/wine-gecko/Makefile
Alexey Dokuchaev 52744541bc - Update to version 1.3
- Reformat port description and fix line wrapping in Makefile while here

PR:		ports/160243
Approved by:	maintainer
2011-09-06 08:54:47 +00:00

33 lines
829 B
Makefile

# New ports collection makefile for: wine_gecko
# Date created: 2011-04-30
# Whom: David Naylor <naylor.b.david@gmail.com>
#
# $FreeBSD$
#
PORTNAME= wine-gecko
DISTVERSION= 1.3
CATEGORIES= emulators
MASTER_SITES= SF/wine/Wine%20Gecko/${DISTVERSION}
DISTNAME= wine_gecko-${DISTVERSION}-x86
EXTRACT_SUFX= .msi
EXTRACT_ONLY=
MAINTAINER= naylor.b.david@gmail.com
COMMENT= Gecko Layout Engine for Wine (HTML support)
NO_BUILD= yes
PLIST_SUB+= GECKO_VERSION="${DISTVERSION}"
DATADIR= ${PREFIX}/share/wine
PLIST_FILES= %%DATADIR%%/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi
PLIST_DIRSTRY= %%DATADIR%%/gecko %%DATADIR%%
LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3
LICENSE_COMB= multi
do-install:
@${MKDIR} ${DATADIR}/gecko
${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \
${DATADIR}/gecko
.include <bsd.port.mk>