diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-12-21 02:59:57 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-12-21 02:59:57 +0000 |
commit | 970fead0a69ffb6791f08030c100824e7e052957 (patch) | |
tree | fb069abfbd03ff680c448c5e6dca6a418934e6ce /www | |
parent | 1c6bafef61c1eb4f895b3963275c3fc8b27be185 (diff) | |
download | pkgsrc-970fead0a69ffb6791f08030c100824e7e052957.tar.gz |
Initial import of firefox-gtk2-bin-acroread-1.0.
This package provides Adobe Acrobat Reader 5 plugin for the Linux
version of the firefox-gtk2-bin package.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-gtk2-bin-acroread/DESCR | 2 | ||||
-rw-r--r-- | www/firefox-gtk2-bin-acroread/Makefile | 35 | ||||
-rw-r--r-- | www/firefox-gtk2-bin-acroread/PLIST | 3 |
3 files changed, 40 insertions, 0 deletions
diff --git a/www/firefox-gtk2-bin-acroread/DESCR b/www/firefox-gtk2-bin-acroread/DESCR new file mode 100644 index 00000000000..126180b1513 --- /dev/null +++ b/www/firefox-gtk2-bin-acroread/DESCR @@ -0,0 +1,2 @@ +This package provides Adobe Acrobat Reader 5 plugin for the Linux +version of the firefox-gtk2-bin package. diff --git a/www/firefox-gtk2-bin-acroread/Makefile b/www/firefox-gtk2-bin-acroread/Makefile new file mode 100644 index 00000000000..a84b99c8c56 --- /dev/null +++ b/www/firefox-gtk2-bin-acroread/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/21 02:59:57 xtraeme Exp $ + +DISTNAME= firefox-gtk2-bin-acroread-1.0 +CATEGORIES= www print +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.adobe.com/products/acrobat/readermain.html +COMMENT= Acrobat Reader 5 plugin for firefox-gtk2-bin + +DEPENDS+= acroread5>=5.10nb1:../../print/acroread +DEPENDS+= firefox-gtk2-bin>=0.10.1:../../www/firefox-gtk2-bin + +ONLY_FOR_PLATFORM= Linux-*-i386 NetBSD-*-i386 +PLATFORM= intellinux + +WRKSRC= ${WRKDIR} +NO_CHECKSUM= YES +NO_CONFIGURE= YES +NO_BUILD= YES + +ACROREAD= Acrobat5 + +PLIST_SRC= ../../www/firefox-gtk2-bin-acroread/PLIST +PLIST_SUBST+= ACROREAD=${ACROREAD} +PLIST_SUBST+= PLATFORM=${PLATFORM} +NS_PLUGINS_DIR= ${PREFIX}/lib/firefox-gtk2-linux/plugins + +do-install: + ${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR} + ${LN} -sf ${PREFIX}/${ACROREAD}/Browsers/${PLATFORM}/nppdf.so \ + ${NS_PLUGINS_DIR}/nppdf.so + +.include "../../mk/bsd.pkg.mk" diff --git a/www/firefox-gtk2-bin-acroread/PLIST b/www/firefox-gtk2-bin-acroread/PLIST new file mode 100644 index 00000000000..0a8b0247f7e --- /dev/null +++ b/www/firefox-gtk2-bin-acroread/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/21 02:59:57 xtraeme Exp $ +@exec ${LN} -fs %D/${ACROREAD}/Browsers/${PLATFORM}/nppdf.so %D/lib/firefox-linux/plugins/nppdf.so +lib/firefox-gtk2-linux/plugins/nppdf.so |