diff options
author | rh <rh@pkgsrc.org> | 2004-09-28 22:59:30 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-09-28 22:59:30 +0000 |
commit | dc1f84c7aff56204c7515d9d75b2aca184ece922 (patch) | |
tree | 78777b75c720b93212d8e8087788c19e1d36a66a /www | |
parent | 907f127821699335c8777c0ab44cbc8da8501c65 (diff) | |
download | pkgsrc-dc1f84c7aff56204c7515d9d75b2aca184ece922.tar.gz |
Initial import of firefox-gtk2-bin-flash-6.0.79, a Flash Player plugin for
firefox-gtk2-bin.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-gtk2-bin-flash/DESCR | 2 | ||||
-rw-r--r-- | www/firefox-gtk2-bin-flash/Makefile | 13 |
2 files changed, 15 insertions, 0 deletions
diff --git a/www/firefox-gtk2-bin-flash/DESCR b/www/firefox-gtk2-bin-flash/DESCR new file mode 100644 index 00000000000..02fcaa70bcf --- /dev/null +++ b/www/firefox-gtk2-bin-flash/DESCR @@ -0,0 +1,2 @@ +This package provides the Macromedia Flash player plugin for the +firefox-gtk2-bin package. diff --git a/www/firefox-gtk2-bin-flash/Makefile b/www/firefox-gtk2-bin-flash/Makefile new file mode 100644 index 00000000000..e07ac2f809c --- /dev/null +++ b/www/firefox-gtk2-bin-flash/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/28 22:59:30 rh Exp $ +.include "../firefox-bin-flash/Makefile.common" + +COMMENT= Flash Player plugin for firefox-gtk2-bin + +DEPENDS+= firefox-gtk2-bin>=0.10:../../www/firefox-gtk2-bin + +MOZ_NAME= firefox-gtk2-linux +PLIST_SRC= ${PKGDIR}/../firefox-bin-flash/PLIST +DISTINFO_FILE= ${PKGDIR}/../firefox-bin-flash/distinfo + +.include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" |