summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-09 10:29:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-09 10:29:48 +0000
commit67a015afbcff48cb22a287a9e346bc70d8752ac5 (patch)
tree85d81b83d23ab7b2efc21a25ff0ceebc8c0906d3 /www
parentAdd USES=geck to handle dependencies on the gecko engine via: (diff)
Convert from USE_GECKO to USES=gecko
While here stagify what was not staged yet Convert to USES=webplugin where needed and add desktop-file-utils dependency to icedtea-web
Notes
Notes: svn path=/head/; revision=350678
Diffstat (limited to 'www')
-rw-r--r--www/gecko-mediaplayer/Makefile12
-rw-r--r--www/gecko-mediaplayer/pkg-plist12
2 files changed, 10 insertions, 14 deletions
diff --git a/www/gecko-mediaplayer/Makefile b/www/gecko-mediaplayer/Makefile
index 6b78211c64df..433039ad8597 100644
--- a/www/gecko-mediaplayer/Makefile
+++ b/www/gecko-mediaplayer/Makefile
@@ -23,23 +23,20 @@ OPTIONS_DEFAULT=CACHE
CACHE_DESC= Enable caching of remote media to local storage
GNU_CONFIGURE= yes
-USES= compiler:c++11-lang pkgconfig
+USES= compiler:c++11-lang pkgconfig gecko webplugin:native
USE_GNOME= glib20
-USE_GECKO= libxul
-USE_WEBPLUGINS= native
-WEBPLUGINS_FILES= ${PORTNAME}.so
+WEBPLUGIN_FILES= ${PORTNAME}.so
.for p in dvx rm qt wmp
-WEBPLUGINS_FILES+= ${PORTNAME}-${p}.so
+WEBPLUGIN_FILES+= ${PORTNAME}-${p}.so
.endfor
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS+=--with-plugin_dir="${WEBPLUGINS_DIR}"
+CONFIGURE_ARGS+=--with-plugin_dir="${WEBPLUGIN_DIR}"
PORTDOCS= README COPYING AUTHORS ChangeLog INSTALL NEWS javascript.txt
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCACHE}
@@ -70,5 +67,4 @@ post-patch:
${WRKSRC}/configure
.endif
-.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
.include <bsd.port.mk>
diff --git a/www/gecko-mediaplayer/pkg-plist b/www/gecko-mediaplayer/pkg-plist
index 3f0dfcdca124..4a5a611953a4 100644
--- a/www/gecko-mediaplayer/pkg-plist
+++ b/www/gecko-mediaplayer/pkg-plist
@@ -1,8 +1,8 @@
-%%WEBPLUGINS_DIR%%/gecko-mediaplayer-dvx.so
-%%WEBPLUGINS_DIR%%/gecko-mediaplayer-qt.so
-%%WEBPLUGINS_DIR%%/gecko-mediaplayer-rm.so
-%%WEBPLUGINS_DIR%%/gecko-mediaplayer-wmp.so
-%%WEBPLUGINS_DIR%%/gecko-mediaplayer.so
+%%WEBPLUGIN_DIR%%/gecko-mediaplayer-dvx.so
+%%WEBPLUGIN_DIR%%/gecko-mediaplayer-qt.so
+%%WEBPLUGIN_DIR%%/gecko-mediaplayer-rm.so
+%%WEBPLUGIN_DIR%%/gecko-mediaplayer-wmp.so
+%%WEBPLUGIN_DIR%%/gecko-mediaplayer.so
%%NLS%%share/locale/cs/LC_MESSAGES/gecko-mediaplayer.mo
%%NLS%%share/locale/de/LC_MESSAGES/gecko-mediaplayer.mo
%%NLS%%share/locale/es/LC_MESSAGES/gecko-mediaplayer.mo
@@ -14,4 +14,4 @@
%%NLS%%share/locale/pt/LC_MESSAGES/gecko-mediaplayer.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/gecko-mediaplayer.mo
%%NLS%%share/locale/tr/LC_MESSAGES/gecko-mediaplayer.mo
-@dirrmtry %%WEBPLUGINS_DIR%%
+@dirrmtry %%WEBPLUGIN_DIR%%