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


1.17
date	2007.01.27.00.09.59;	author pav;	state dead;
branches;
next	1.16;

1.16
date	2006.10.15.20.02.40;	author kris;	state Exp;
branches;
next	1.15;

1.15
date	2003.02.20.19.15.24;	author knu;	state Exp;
branches;
next	1.14;

1.14
date	2002.12.09.17.08.00;	author dinoex;	state Exp;
branches;
next	1.13;

1.13
date	2002.11.10.16.48.22;	author lioux;	state Exp;
branches;
next	1.12;

1.12
date	2002.11.06.22.47.14;	author adamw;	state Exp;
branches;
next	1.11;

1.11
date	2001.03.21.03.57.12;	author knu;	state Exp;
branches;
next	1.10;

1.10
date	2001.02.05.15.33.21;	author olgeni;	state Exp;
branches;
next	1.9;

1.9
date	2000.12.21.18.21.36;	author knu;	state Exp;
branches;
next	1.8;

1.8
date	2000.08.08.02.47.47;	author steve;	state Exp;
branches;
next	1.7;

1.7
date	2000.04.24.15.51.11;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2000.04.21.04.00.04;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2000.04.10.00.05.10;	author cpiazza;	state Exp;
branches;
next	1.4;

1.4
date	2000.02.12.08.54.51;	author cpiazza;	state Exp;
branches;
next	1.3;

1.3
date	99.10.12.20.59.06;	author sada;	state Exp;
branches;
next	1.2;

1.2
date	99.10.12.08.09.46;	author asami;	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.17
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
@# New ports collection makefile for:   flashplugin
# Date created:        3 October 1999
# Whom:                Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: ports/www/flashplugin/Makefile,v 1.16 2006/10/15 20:02:40 kris Exp $
#

PORTNAME=	flashplugin
PORTVERSION=	0.4.3
CATEGORIES=	www graphics
MASTER_SITES=	http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \
		http://perso.club-internet.fr/odebon/flash/Linux/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	An implementation of Macromedia Flash plugin for Netscape

ONLY_FOR_ARCHS=	i386

BROKEN=		Incorrect pkg-plist

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 400000
MASTER_SITES=	http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \
		http://perso.club-internet.fr/odebon/flash/Linux/
DISTNAME=	flash-${PORTVERSION}
EXTRACT_SUFX=	.tgz

PATCH_SITES=	http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
PATCHFILES=	flash-0.4.3-fbsd-19990512.patch

USE_XLIB=	yes
MAKE_ENV=	OBJFORMAT=aout LIBRARY_PATH=${PREFIX}/lib/aout
PORTOBJFORMAT=	aout
ALL_TARGET=	libswf.so

pre-build:
.if !exists(/usr/lib/aout/c++rt0.o)
	@@${CAT} ${FILESDIR}/message.nolib
	@@${FALSE}
.endif
.else
MASTER_SITES=	http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
DISTNAME=	libswf-19990503.so
EXTRACT_SUFX=	.gz

NO_WRKSUBDIR=	yes
NO_BUILD=	yes

do-extract:
	@@${MKDIR} ${WRKDIR}
	@@${GUNZIP_CMD} -c ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/libswf.so

do-patch:
	@@${DO_NADA}
.endif

TARGETDIR=	${PREFIX}/lib/netscape/plugins

do-install:
.if !defined(PACKAGE_BUILDING)
	@@PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL
.endif
	${MKDIR} ${TARGETDIR}
	${SETENV} OBJFORMAT=aout ${INSTALL_SCRIPT} ${WRKSRC}/libswf.so ${TARGETDIR}

.include <bsd.port.post.mk>
@


1.16
log
@BROKEN: Incorrect pkg-plist

Approved by:    portmgr (self)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
log
@De-pkg-comment.
@
text
@d19 2
@


1.14
log
@fix package build
http://bento.freebsd.org/errorlogs/5-latest/flashplugin-0.4.3.log
@
text
@d15 1
@


1.13
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d62 1
a62 1
	${SETENV} OBJFORMAT=aout ${INSTALL_PROGRAM} ${WRKSRC}/libswf.so ${TARGETDIR}
@


1.12
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a15 2
PORTCOMMENT=	An implementation of Macromedia Flash plugin for Netscape

@


1.11
log
@I don't have intention to maintain this port anymore.

I'd recommend to use linux-netscape + linux-flashplugin instead, or
wait for Mozilla to have a Flash plugin.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/flashplugin/Makefile,v 1.10 2001/02/05 15:33:21 olgeni Exp $
d15 2
@


1.10
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/flashplugin/Makefile,v 1.9 2000/12/21 18:21:36 knu Exp $
d14 1
a14 1
MAINTAINER=	knu@@FreeBSD.org
@


1.9
log
@Fennerism.  Chase the renaming of the distfile.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/flashplugin/Makefile,v 1.8 2000/08/08 02:47:47 steve Exp $
d9 1
a9 1
PORTVERSION= 	0.4.3
@


1.8
log
@Mark this port 'ONLY_FOR_ARCHS=i386' as it contains an i386 .so.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/flashplugin/Makefile,v 1.7 2000/04/24 15:51:11 knu Exp $
d41 1
a41 1
DISTNAME=	libswf.so
@


1.7
log
@Change MAINTAINER addresses from knu@@idaemons.org to knu@@FreeBSD.org
so as to make it clear that a FreeBSD committer maintains them.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/flashplugin/Makefile,v 1.6 2000/04/21 04:00:04 knu Exp $
d15 2
@


1.6
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
@d5 1
a5 1
# $FreeBSD: ports/www/flashplugin/Makefile,v 1.5 2000/04/10 00:05:10 cpiazza Exp $
d14 1
a14 1
MAINTAINER=	knu@@idaemons.org
@


1.5
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/flashplugin/Makefile,v 1.4 2000/02/12 08:54:51 cpiazza Exp $
d13 8
a26 8
MAINTAINER=	knu@@idaemons.org

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 400000
BROKEN=		"This port will only build a broken binary under FreeBSD 4.0 or later. Try pkg_add'ing 3-STABLE's package with compat30 installed."
.endif

d37 17
d59 2
a60 2
	${MKDIR} ${PREFIX}/lib/netscape/plugins
	cd ${WRKSRC} && ${SETENV} OBJFORMAT=aout ${INSTALL_PROGRAM} libswf.so ${PREFIX}/lib/netscape/plugins
@


1.4
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
@a1 1
# Version required:    0.4.3
d5 1
a5 1
# $FreeBSD: ports/www/flashplugin/Makefile,v 1.3 1999/10/12 20:59:06 sada Exp $
d8 2
a9 2
DISTNAME=	flash-0.4.3
PKGNAME=	flashplugin-0.4.3
d13 1
@


1.3
log
@Give attention to user if the system has no c++rt0.o .

Approved by: Maintainer
@
text
@d6 1
a6 1
# $FreeBSD: ports/www/flashplugin/Makefile,v 1.2 1999/10/12 08:09:46 asami Exp $
d21 6
d45 1
a45 1
.include <bsd.port.mk>
@


1.2
log
@This port uses X, define USE_XLIB.  Create directory before installing.
Don't need to use += if variable is defined only once.

Found by:	bento-bako
@
text
@d6 1
a6 1
# $FreeBSD: ports/www/flashplugin/Makefile,v 1.1.1.1 1999/10/10 19:49:03 sada Exp $
d25 6
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $FreeBSD$
d21 2
a22 1
MAKE_ENV+=	OBJFORMAT=aout LIBRARY_PATH=${PREFIX}/lib/aout
d30 1
@


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
@@
