diff options
author | grant <grant@pkgsrc.org> | 2004-02-10 12:26:24 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-10 12:26:24 +0000 |
commit | 5f7233d9d308ff15fe4568db510b773673d0633c (patch) | |
tree | b59bd6eccec7cd042515640a64ca4a0aff48ee1a /www/firefox-bin-acroread5/Makefile | |
parent | 87be9798a3d1c64befd692b0d595188152e871ce (diff) | |
download | pkgsrc-5f7233d9d308ff15fe4568db510b773673d0633c.tar.gz |
update the MozillaFirebird-bin-acroread packages to work with
Firefox 0.8 and reflect Firebird -> Firefox rename.
Diffstat (limited to 'www/firefox-bin-acroread5/Makefile')
-rw-r--r-- | www/firefox-bin-acroread5/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/firefox-bin-acroread5/Makefile b/www/firefox-bin-acroread5/Makefile new file mode 100644 index 00000000000..28e0f882bc9 --- /dev/null +++ b/www/firefox-bin-acroread5/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2004/02/10 12:26:24 grant Exp $ + +DISTNAME= MozillaFirebird-bin-acroread5-1.0 + +MAINTAINER= kei@NetBSD.org +COMMENT= Acrobat Reader 5 plugin for firefox-bin + +DEPENDS+= acroread5-5.[0-9]*:../../print/acroread5 +CONFLICTS+= firefox-bin-acroread3-[0-9]* +CONFLICTS+= firefox-bin-acroread-[0-9]* + +ACROREAD= Acrobat5 + +.include "../../www/firefox-bin-acroread/Makefile.common" |