aboutsummaryrefslogtreecommitdiffstats
path: root/www/linux-flashplugin6/Makefile
blob: 9cce9ddbd88aa31105ce8d70d640853189a62b95 (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
42
43
44
45
46
47
48
49
50
51
52
# New ports collection makefile for:    linux-flashplugin6
# Date created:             23 February 2003
# Whom:             Brandon D. Valentine <ports@brandon.dvalentine.com>
#
# $FreeBSD$
#

PORTNAME=   flashplugin
PORTVERSION=    6.0r79
PORTREVISION=   2
CATEGORIES= www multimedia linux
MASTER_SITES=   http://download.macromedia.com/pub/shockwave/flash/english/linux/${PORTVERSION}/
PKGNAMEPREFIX=  linux-
DISTNAME=   install_flash_player_6_linux
DIST_SUBDIR=    ${PORTNAME}/${PORTVERSION}

MAINTAINER= ports@brandon.dvalentine.com
COMMENT=    The official Macromedia Flash Player for Linux Mozilla and Netscape 6+

RUN_DEPENDS=    ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs

ONLY_FOR_ARCHS= i386
USE_LINUX=  yes

RESTRICTED= "Redistribution not allowed"

NO_BUILD=   yes
WRKSRC=     ${WRKDIR}/install_flash_player_6_linux
LATEST_LINK=    flash6

PLUGINSDIR= lib/linux-mozilla/plugins
LIBFILES=   libflashplayer.so flashplayer.xpt

DOCSDIR?=   ${PREFIX}/share/doc/${UNIQUENAME}

PLIST_SUB=  PLUGINSDIR="${PLUGINSDIR}"

do-install:
    @${MKDIR} ${PREFIX}/lib/linux-flashplugin6
.for f in ${LIBFILES}
    @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/linux-flashplugin6
.if exists(${PLUGINSDIR})
    @${LN} -sf ${PREFIX}/lib/linux-flashplugin6/${f} ${PREFIX}/${PLUGINSDIR}
.endif
.endfor
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/readme.htm ${DOCSDIR}
.endif

.include <bsd.port.mk>