summaryrefslogtreecommitdiff
path: root/emulators/wine-gecko-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine-gecko-devel/Makefile')
-rw-r--r--emulators/wine-gecko-devel/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile
deleted file mode 100644
index 4d5c48f79c97..000000000000
--- a/emulators/wine-gecko-devel/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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.4
-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)
-
-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
-PLIST_DIRSTRY= %%DATADIR%%/gecko %%DATADIR%%
-
-do-install:
- @${MKDIR} ${DATADIR}/gecko
- ${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \
- ${DATADIR}/gecko
-
-.include <bsd.port.mk>