diff options
author | jschauma <jschauma> | 2005-04-18 16:19:54 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2005-04-18 16:19:54 +0000 |
commit | a6dca1d8ca1f751c9503a60a3e18ee5275b7e9b9 (patch) | |
tree | 807f53b4810ab99b60bf3c9ff98f1b9502b210c3 /www/opera-acroread7/Makefile | |
parent | b26045325d886c56d21612307c51aa67fed187b6 (diff) | |
download | pkgsrc-a6dca1d8ca1f751c9503a60a3e18ee5275b7e9b9.tar.gz |
Initial import of the opera and netscape acroread plugins based on the
new Acrobat 7 reader.
Diffstat (limited to 'www/opera-acroread7/Makefile')
-rw-r--r-- | www/opera-acroread7/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/opera-acroread7/Makefile b/www/opera-acroread7/Makefile new file mode 100644 index 00000000000..2079623f9cd --- /dev/null +++ b/www/opera-acroread7/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2005/04/18 16:19:54 jschauma Exp $ + +DISTNAME= opera-acroread7-1.0 +PKGREVISION= # none + +MAINTAINER= jschauma@NetBSD.org +COMMENT= Acrobat Reader 7 plugin for opera + +DEPENDS+= acroread7-7.[0-9]*:../../print/acroread7 +CONFLICTS+= opera-acroread-[0-9]* +CONFLICTS+= opera-acroread3-[0-9]* +CONFLICTS+= opera-acroread5-[0-9]* + +ACROREAD= Acrobat7 +ACRO_SUBDIR= Browser + +.include "../../www/opera-acroread/Makefile.common" |