15 lines
398 B
Makefile
15 lines
398 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2004/02/10 12:26:24 grant Exp $
|
||
|
|
||
|
DISTNAME= MozillaFirebird-bin-acroread-1.0
|
||
|
|
||
|
MAINTAINER= kei@NetBSD.org
|
||
|
COMMENT= Acrobat Reader 4 plugin for firefox-bin
|
||
|
|
||
|
DEPENDS+= acroread-4.[0-9]*:../../print/acroread
|
||
|
CONFLICTS+= firefox-bin-acroread3-[0-9]*
|
||
|
CONFLICTS+= firefox-bin-acroread5-[0-9]*
|
||
|
|
||
|
ACROREAD= Acrobat4
|
||
|
|
||
|
.include "../../www/firefox-bin-acroread/Makefile.common"
|