mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Add mplayerplug-in, a Mozilla plugin that uses MPlayer to play videos on
websites.
This commit is contained in:
parent
2e62290655
commit
b0a32a451c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75990
@ -231,6 +231,7 @@
|
||||
SUBDIR += mozilla-headers-devel
|
||||
SUBDIR += mozilla-headers-vendor
|
||||
SUBDIR += mozilla-vendor
|
||||
SUBDIR += mplayer-plugin
|
||||
SUBDIR += nautilus-gtkhtml
|
||||
SUBDIR += nd
|
||||
SUBDIR += neon
|
||||
|
29
www/mplayer-plugin/Makefile
Normal file
29
www/mplayer-plugin/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: mplayerplug-in
|
||||
# Date Created: 20 February 2003
|
||||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mplayerplug-in
|
||||
PORTVERSION= 0.40
|
||||
CATEGORIES= www multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= mplayerplug-in
|
||||
DISTNAME= ${PORTNAME}_v${PORTVERSION}
|
||||
|
||||
MAINTAINER= marcus@FreeBSD.org
|
||||
COMMENT= A Mozilla plugin for the MPlayer media player
|
||||
|
||||
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/lib/browser_plugins
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mplayerplug-in.so \
|
||||
${PREFIX}/lib/browser_plugins
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/mplayer-plugin/distinfo
Normal file
1
www/mplayer-plugin/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mplayerplug-in_v0.40.tar.gz) = 45378ac240c9aff7aec25ad30f49ae60
|
13
www/mplayer-plugin/files/patch-Makefile
Normal file
13
www/mplayer-plugin/files/patch-Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
--- Makefile.orig Thu Feb 20 16:38:02 2003
|
||||
+++ Makefile Thu Feb 20 16:38:09 2003
|
||||
@@ -30,8 +30,8 @@
|
||||
PLUGIN_DEFINES= -DXP_UNIX -Iinclude -ISource/_gen -I/usr/X11R6/include
|
||||
|
||||
CC= gcc
|
||||
-OPTIMIZER= -g
|
||||
-CFLAGS= $(OPTIMIZER) $(PLUGIN_DEFINES) -I. -I/usr/include
|
||||
+OPTIMIZER=
|
||||
+CFLAGS+= $(OPTIMIZER) $(PLUGIN_DEFINES) -I. -I/usr/include
|
||||
|
||||
SRC= Source/mplayerplug-in.c Source/stubs.c
|
||||
OBJ= mplayerplug-in.o stubs.o
|
3
www/mplayer-plugin/pkg-descr
Normal file
3
www/mplayer-plugin/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A Mozilla plugin that uses MPlayer to play videos from websites.
|
||||
|
||||
WWW: http://mplayerplug-in.sourceforge.net/
|
2
www/mplayer-plugin/pkg-plist
Normal file
2
www/mplayer-plugin/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/browser_plugins/mplayerplug-in.so
|
||||
@unexec rmdir %D/lib/browser_plugins 2>/dev/null || /usr/bin/true
|
Loading…
Reference in New Issue
Block a user