f27f408ad4
Security: http://vuxml.FreeBSD.org/7c75d48c-429b-11db-afae-000c6ec775d9.html With hat: secteam
42 lines
1.1 KiB
Makefile
42 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.0r63
|
|
PORTREVISION= 1
|
|
CATEGORIES= www multimedia linux
|
|
MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/
|
|
PKGNAMEPREFIX= linux-
|
|
DISTNAME= install_flash_player_7_linux
|
|
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= jamie@bishopston.net
|
|
COMMENT= Adobe Flash Player NPAPI Plugin
|
|
|
|
FORBIDDEN= Arbitrary code execution vulnerabilities: http://vuxml.FreeBSD.org/7c75d48c-429b-11db-afae-000c6ec775d9.html
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
USE_LINUX= yes
|
|
|
|
RESTRICTED= Redistribution not allowed
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/install_flash_player_7_linux
|
|
LATEST_LINK= flash7
|
|
PORTDOCS= Readme.txt Readme.htm
|
|
|
|
USE_NPAPI= linux-*
|
|
NPAPI_FILES= libflashplayer.so flashplayer.xpt
|
|
|
|
post-install:
|
|
.ifndef NOPORTDOCS
|
|
@${INSTALL} -d ${DOCSDIR}
|
|
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
|
.endif
|
|
|
|
.include "${.CURDIR}/../linux-mplayer-plugin/Makefile.npapi"
|
|
.include <bsd.port.mk>
|