blob: d5eead464cb621380dac6411b24fbf19ed28d465 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# New ports collection makefile for: linux-flashplugin7
# Date created: 28 May 2004
# Whom: Jamie Jones <jamie@bishopston.net>
#
# $FreeBSD$
#
PORTNAME= flashplugin
PORTVERSION= 7.0r68
PORTREVISION= 0
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
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 <bsd.port.pre.mk>
.include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi"
.include <bsd.port.post.mk>
|