summaryrefslogtreecommitdiff
path: root/www/linux-flashplugin7
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-02-27 21:49:36 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-02-27 21:49:36 +0000
commit7b66196efe3b413dfd8d1fcd5b3ab064d290cc68 (patch)
tree1e61a4bde27d55c36a43cdfd78f306e9785d849b /www/linux-flashplugin7
parentAdd ruby-narray_miss, an additional class of ruby with conduct processing (diff)
linux-flashplugin: -
1) Hand maintainership over to ports@brandon.dvalentine.com 2) Makefile and pkg-plist cleanup. Switch to using PORTDOCS and DOCSDIR. 3) Set NO_PACKAGE and RESTRICTED. Macromedia license forbirds redistribution. 4) Set LATEST_LINK to avoid collision with linux-flashplugin6. linux-flashplugin6: 1) Update MAINTAINER email address. 2) Set LATEST_LINK to avoid collision with linux-flashplugin. 3) Makefile and pkg-plist cleanup. Switch to using PORTDOCS and DOCSDIR. 4) Set NO_PACKAGE and RESTRICTED. Macromedia license forbirds redistribution. This patch also updates ports/LEGAL to document the license restrictions. The Macromedia license can be found here: <http://www.macromedia.com/shockwave/download/license/desktop/> The crucial clause is 3a which states: "You may not make or distribute copies of the Software, or electronically transfer the Software from one computer to another or over a network." PR: 63059 Submitted by: Brandon D. Valentine <ports@brandon.dvalentine.com> (maintainer)
Notes
Notes: svn path=/head/; revision=102314
Diffstat (limited to 'www/linux-flashplugin7')
-rw-r--r--www/linux-flashplugin7/Makefile26
-rw-r--r--www/linux-flashplugin7/pkg-plist10
2 files changed, 21 insertions, 15 deletions
diff --git a/www/linux-flashplugin7/Makefile b/www/linux-flashplugin7/Makefile
index b703c65ab0c7..e0a5485a2bb4 100644
--- a/www/linux-flashplugin7/Makefile
+++ b/www/linux-flashplugin7/Makefile
@@ -1,43 +1,51 @@
# New ports collection makefile for: linux-flashplugin6
# Date created: 23 February 2003
-# Whom: Brandon D. Valentine <ports@geekpunk.net>
+# Whom: Brandon D. Valentine <ports@brandon.dvalentine.com>
#
# $FreeBSD$
#
PORTNAME= flashplugin
PORTVERSION= 6.0r79
+PORTREVISION= 1
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@geekpunk.net
+MAINTAINER= ports@brandon.dvalentine.com
COMMENT= The official Macromedia Flash Player for Linux Mozilla and Netscape 6+
ONLY_FOR_ARCHS= i386
USE_LINUX= yes
-NO_CDROM= "Redistribution not allowed"
+
+NO_PACKAGE= "Redistribution not allowed"
+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
- @${MKDIR} ${PREFIX}/share/doc/linux-flashplugin6
- @${MKDIR} ${PREFIX}/${PLUGINSDIR}
.for f in ${LIBFILES}
- @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/linux-flashplugin6/
- @${LN} -sf ${PREFIX}/lib/linux-flashplugin6/${f} ${PREFIX}/${PLUGINSDIR}/
+ @${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)
- @${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/linux-flashplugin6/
- @${INSTALL_DATA} ${WRKSRC}/readme.htm ${PREFIX}/share/doc/linux-flashplugin6/
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/readme.htm ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/www/linux-flashplugin7/pkg-plist b/www/linux-flashplugin7/pkg-plist
index bc257a684727..84b7faabe534 100644
--- a/www/linux-flashplugin7/pkg-plist
+++ b/www/linux-flashplugin7/pkg-plist
@@ -1,9 +1,7 @@
lib/linux-flashplugin6/flashplayer.xpt
lib/linux-flashplugin6/libflashplayer.so
-%%PLUGINSDIR%%/flashplayer.xpt
-%%PLUGINSDIR%%/libflashplayer.so
-%%PORTDOCS%%share/doc/linux-flashplugin6/readme.txt
-%%PORTDOCS%%share/doc/linux-flashplugin6/readme.htm
-@dirrm share/doc/linux-flashplugin6
+%%PORTDOCS%%%%DOCSDIR%%/readme.txt
+%%PORTDOCS%%%%DOCSDIR%%/readme.htm
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@unexec rm -f %D/%%PLUGINSDIR%%/flashplayer.xpt %D/%%PLUGINSDIR%%/libflashplayer.so
@dirrm lib/linux-flashplugin6
-@unexec rmdir -p %D/%%PLUGINSDIR%% 2>/dev/null || true