head	1.5;
access;
symbols
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.1.1.1
	v0_4_3:1.1.1.1
	KNU:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2007.01.27.00.09.59;	author pav;	state dead;
branches;
next	1.4;

1.4
date	2000.04.21.04.00.08;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.04.19.03.24;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2000.02.12.08.54.54;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	99.10.10.19.49.03;	author sada;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.10.10.19.49.03;	author sada;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove www/flashplugin. It's usage was not suggested since 2001, last browser
which could use it was removed in 2005, have been broken past two months
@
text
@#!/bin/sh

[ X"$2" = X"INSTALL" ] || exit 0;

check=${PKG_PREFIX}/lib/netscape/plugins/libnullplugin.so

if [ ! -f $check ]; then
    cat <<EOF
****
Please install Netscape Communicator/Navigator 4.0 or later
before installing this plugin.
****
EOF
    exit 1
fi

if file $check | grep -qw ELF ; then
    cat <<EOF
****
It seems you are using Netscape for Linux, but the binary
that you are going to install is a FreeBSD's a.out.

Install www/linux-flashplugin port instead.
****
EOF
    exit 1
fi
@


1.4
log
@Unbreak for systems posterior to 4.0-RELEASE:
  - Download and install the binary compiled on 2.2.x.
  - Recommend to install linux-flashplugin instead for Linux Netscape.
    (For old installations)

Define CXXFLAGS in Makefile to build correctly.
@
text
@@


1.3
log
@Style fix:
  - Remove post-install information from DESCR's.
  - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
  - Remove unnecessary whitespace.

Pointed out by:	portlint
@
text
@d23 1
a23 4
Go get the Linux binary at:
   http://www.geocities.com/TimesSquare/Labyrinth/5084/flash.html

or use Netscape for FreeBSD with this port.
@


1.2
log
@BROKEN on 4.0 and clean up some ambiguities about this being
official from macromedia or not (etc).

PR:		16628
Submitted by:	"Akinori -Aki- MUSHA" <knu@@idaemons.org>
@
text
@a30 1

@


1.1
log
@Initial revision
@
text
@d20 1
a20 1
You seem to be using Netscape for Linux, but the binary 
d23 1
a23 1
Go get the Linux binary to:
d26 1
a26 1
or use Netscape for FreeBSD.
@


1.1.1.1
log
@A Macromedia Flash plugin for Netscape.

This port installs an a.out binary which won't run on
linux-netscape*. The REQ script aborts the installation
when linux-netscape is installed.

PR:		ports/14093
Submitted by:	Akinori MUSHA aka knu <knu@@idaemons.org>
@
text
@@
