freebsd-ports/www/linux-flashplugin7/Makefile
Doug Barton 75fbecdf73 Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)

Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports.
2011-09-26 09:24:20 +00:00

50 lines
1.3 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.0r73
PORTREVISION= 4
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= emulation@FreeBSD.org
COMMENT= Adobe Flash Player NPAPI Plugin
FORBIDDEN= Vulnerable since at least 2008-05-30, http://portaudit.freebsd.org/04c6187d-2d8f-11dd-98c9-00163e000016.html
EXPIRATION_DATE= 2011-10-14
ONLY_FOR_ARCHS= amd64 i386
USE_LINUX= yes
USE_ZIP= yes
RESTRICTED= Redistribution not allowed
NO_BUILD= yes
WRKSRC= ${WRKDIR}/fp7_archive/r73/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/r73 && ${TAR} -xzf install_flash_player_7_linux_r73.tar.gz)
.include <bsd.port.post.mk>