freebsd-ports/www/linux-flashplugin7/Makefile
Edwin Groothuis 5917b5a410 www/linux-flashplugin7 distfile not fetchable
The linux-flashplugin7 port distfile is no longer fetchable
	from adobe's website as specified in the port, plus all
	occurrences in ports/distfiles on all FreeBSD mirrors seem
	to have been removed.

	Many people still prefer v7 over v9 due to stability problems
	with the latter.

PR:		ports/116478
Submitted by:	Callum Gibson <callumgibson@optusnet.com.au>
2007-09-24 10:48:28 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: linux-flashplugin7
# Date created: 28 May 2004
# Whom: Jamie Jones <jamie@bishopston.net>
#
# $FreeBSD$
#
PORTNAME= flashplugin
PORTVERSION= 7.0r70
CATEGORIES= www multimedia linux
MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/installers/archive/
PKGNAMEPREFIX= linux-
DISTNAME= install_flash_player_7_linux
DISTNAME= fp7_archive
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= jamie@bishopston.net
COMMENT= Adobe Flash Player NPAPI Plugin
ONLY_FOR_ARCHS= amd64 i386
USE_LINUX= yes
USE_ZIP= yes
RESTRICTED= Redistribution not allowed
NO_BUILD= yes
WRKSRC= ${WRKDIR}/fp7_archive/r70/install_flash_player_7_linux
USE_NPAPI= linux-*
NPAPI_FILES= libflashplayer.so flashplayer.xpt
CONFLICTS= linux-flashplugin-9*
OPTIONS= NSPLUG "Install nspluginwrapper (for native browser use)" on
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi"
.if defined (WITH_NSPLUG)
RUN_DEPENDS+= nspluginwrapper:$(PORTSDIR)/www/nspluginwrapper
.endif
post-patch:
(cd $(WRKDIR)/fp7_archive/r70 && ${TAR} -xzf install_flash_player_7_linux_r70.tar.gz)
.include <bsd.port.post.mk>