diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-08-26 22:16:45 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-08-26 22:16:45 +0000 |
commit | 1674344fd74cdaa5445dea9143b554a150060aea (patch) | |
tree | d65e8f6ffcbf08802383eef0a49b6ae51b8bc144 /www | |
parent | 75717109ed12ac5a4b6f7c7ac79a797121e6fff7 (diff) | |
download | pkgsrc-1674344fd74cdaa5445dea9143b554a150060aea.tar.gz |
Initial import of firefox-bin-acroread7-1.0.
This package provides Adobe Acrobat Reader 7 plugin for the Linux
version of the firefox-bin package.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-bin-acroread7/DESCR | 2 | ||||
-rw-r--r-- | www/firefox-bin-acroread7/Makefile | 16 |
2 files changed, 18 insertions, 0 deletions
diff --git a/www/firefox-bin-acroread7/DESCR b/www/firefox-bin-acroread7/DESCR new file mode 100644 index 00000000000..8db5228d3a8 --- /dev/null +++ b/www/firefox-bin-acroread7/DESCR @@ -0,0 +1,2 @@ +This package provides Adobe Acrobat Reader 7 plugin for the Linux +version of the firefox-bin package. diff --git a/www/firefox-bin-acroread7/Makefile b/www/firefox-bin-acroread7/Makefile new file mode 100644 index 00000000000..5222611670c --- /dev/null +++ b/www/firefox-bin-acroread7/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/08/26 22:16:45 xtraeme Exp $ + +DISTNAME= MozillaFirebird-bin-acroread7-1.0 + +MAINTAINER= kei@NetBSD.org +COMMENT= Acrobat Reader 5 plugin for firefox-bin + +DEPENDS+= acroread7>=7.0:../../print/acroread7 +CONFLICTS+= firefox-bin-acroread7-[0-9]* +CONFLICTS+= firefox-bin-acroread3-[0-9]* +CONFLICTS+= firefox-bin-acroread-[0-9]* + +ACROREAD= Acrobat7 +BROWSER= Browser + +.include "../../www/firefox-bin-acroread/Makefile.common" |