diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/flashplugin/Makefile | 8 | ||||
-rw-r--r-- | www/flashplugin/files/message.nolib | 4 | ||||
-rw-r--r-- | www/flashplugin/pkg-comment | 2 | ||||
-rw-r--r-- | www/flashplugin/pkg-descr | 13 | ||||
-rw-r--r-- | www/flashplugin/pkg-req | 6 |
5 files changed, 21 insertions, 12 deletions
diff --git a/www/flashplugin/Makefile b/www/flashplugin/Makefile index a455e10ffbb4..d54c04bc5888 100644 --- a/www/flashplugin/Makefile +++ b/www/flashplugin/Makefile @@ -18,6 +18,12 @@ PATCHFILES= flash-0.4.3-fbsd-19990512.patch MAINTAINER= knu@idaemons.org +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 400000 +BROKEN= "This port will only build a broken binary under FreeBSD 4.0 or later. Try pkg_add'ing 3-STABLE's package with compat30 installed." +.endif + USE_XLIB= yes MAKE_ENV= OBJFORMAT=aout LIBRARY_PATH=${PREFIX}/lib/aout PORTOBJFORMAT= aout @@ -36,4 +42,4 @@ do-install: ${MKDIR} ${PREFIX}/lib/netscape/plugins cd ${WRKSRC} && ${SETENV} OBJFORMAT=aout ${INSTALL_PROGRAM} libswf.so ${PREFIX}/lib/netscape/plugins -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/www/flashplugin/files/message.nolib b/www/flashplugin/files/message.nolib index 6cca45434bfe..6d39d3be4661 100644 --- a/www/flashplugin/files/message.nolib +++ b/www/flashplugin/files/message.nolib @@ -1,6 +1,6 @@ === -You couldn't build this port for lack of aout csu library files. -You could prepare them as: +You can't build this port without a.out csu library. +Please install them as follows: 1. extract /usr/src/lib (distribution files: src/slib.??) 2. cd /usr/src/lib/csu/i386 diff --git a/www/flashplugin/pkg-comment b/www/flashplugin/pkg-comment index 26a58465e927..d0bf545c3cc5 100644 --- a/www/flashplugin/pkg-comment +++ b/www/flashplugin/pkg-comment @@ -1 +1 @@ -A Macromedia Flash plugin for Netscape +An implementation of Macromedia Flash plugin for Netscape diff --git a/www/flashplugin/pkg-descr b/www/flashplugin/pkg-descr index c4c63fd40d7d..1deb82ce092d 100644 --- a/www/flashplugin/pkg-descr +++ b/www/flashplugin/pkg-descr @@ -1,12 +1,15 @@ -This is a Macromedia Flash plugin for Netscape. +This is an implementation of Macromedia Flash plugin for Netscape. +Note that this is an unofficial implementation, not done by Macromedia itself. WWW: http://www.geocities.com/TimesSquare/Labyrinth/5084/flash.html http://perso.club-internet.fr/odebon/flash.html (mirror) Author: Olivier Debon <odebon@club-internet.fr> +Porting to FreeBSD was done by <yamagata@nwgpc.kek.jp>, whose works are +available at: + + http://leed.t.u-tokyo.ac.jp/~yamagata/flash/ + -- - / - /__ __ - / ) ) ) ) / http://www.idaemons.org/knu/ -Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org +Akinori MUSHA aka knu <knu@idaemons.org> diff --git a/www/flashplugin/pkg-req b/www/flashplugin/pkg-req index c49d386b69f7..d30aa1111db9 100644 --- a/www/flashplugin/pkg-req +++ b/www/flashplugin/pkg-req @@ -17,13 +17,13 @@ fi if file $check | grep -qw ELF ; then cat <<EOF **** -You seem to be using Netscape for Linux, but the binary +It seems you are using Netscape for Linux, but the binary that you are going to install is a FreeBSD's a.out. -Go get the Linux binary to: +Go get the Linux binary at: http://www.geocities.com/TimesSquare/Labyrinth/5084/flash.html -or use Netscape for FreeBSD. +or use Netscape for FreeBSD with this port. **** EOF exit 1 |