Add flashplugin-mozilla 0.4.10, a GPL standalone Flash (TM) plugin
for Mozilla web browser. PR: 31491 Submitted by: Leland Wang <llwang@infor.org>
This commit is contained in:
parent
6f7ea96ff4
commit
0b999b0a29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49498
@ -63,6 +63,7 @@
|
||||
SUBDIR += fcgi
|
||||
SUBDIR += fhttpd
|
||||
SUBDIR += flashplugin
|
||||
SUBDIR += flashplugin-mozilla
|
||||
SUBDIR += fxhtml
|
||||
SUBDIR += g-gcl
|
||||
SUBDIR += galeon
|
||||
|
27
www/flashplugin-mozilla/Makefile
Normal file
27
www/flashplugin-mozilla/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: flashplugin-mozilla
|
||||
# Date created: 25 October 2001
|
||||
# Whom: Leland Wang <llwang@infor.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flashplugin-mozilla
|
||||
PORTVERSION= 0.4.10
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.swift-tools.com/Flash/
|
||||
DISTNAME= flash-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= llwang@infor.org
|
||||
|
||||
LIB_DEPENDS= flash.0:${PORTSDIR}/graphics/libflash
|
||||
RUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/Plugin
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/npflash.so ${X11BASE}/lib/mozilla/plugins
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/flashplugin-mozilla/distinfo
Normal file
1
www/flashplugin-mozilla/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (flash-0.4.10.tgz) = 1473f085c599d8076fa866cd91e11598
|
16
www/flashplugin-mozilla/files/patch-aa
Normal file
16
www/flashplugin-mozilla/files/patch-aa
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.orig Tue Sep 28 12:13:38 1999
|
||||
+++ Makefile Fri Nov 2 15:52:14 2001
|
||||
@@ -35,8 +35,8 @@
|
||||
# Linux
|
||||
SHARED=-shared
|
||||
|
||||
-CFLAGS= $(OPTIMIZER) $(PLUGIN_DEFINES) -I$(FLASH) -I/usr/X11R6/include
|
||||
-LDFLAGS= $(FLASH)/libflash.a $(LIBCXX) ../Jpeg/libjpeg.a ../Zlib/libz.a
|
||||
+CFLAGS+= $(OPTIMIZER) $(PLUGIN_DEFINES) -I$(FLASH) -I/usr/X11R6/include
|
||||
+LDFLAGS= -L${LOCALBASE}/lib -lflash -ljpeg -lz
|
||||
|
||||
SRC= plugin.c npunix.c
|
||||
OBJ= plugin.o npunix.o
|
1
www/flashplugin-mozilla/pkg-comment
Normal file
1
www/flashplugin-mozilla/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A GPL standalone Flash (TM) plugin for Mozilla web browser
|
5
www/flashplugin-mozilla/pkg-descr
Normal file
5
www/flashplugin-mozilla/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is GPL standalone Flash (TM) Plugin, that comes with FlashLib
|
||||
(libflash) distribution.
|
||||
|
||||
Author: Olivier Debon <odebon@club-internet.fr>
|
||||
WWW: http://www.swift-tools.com/Flash/
|
1
www/flashplugin-mozilla/pkg-plist
Normal file
1
www/flashplugin-mozilla/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
lib/mozilla/plugins/npflash.so
|
Loading…
Reference in New Issue
Block a user