blob: eed21ea185263def43d54d2d8d746d4b29296bf1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: xpi-pdf_download
# Date created: 2 May 2006
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pdf_download
PORTVERSION= 0.9.3.2
DISTVERSIONSUFFIX= -fx+fl
CATEGORIES= www
MAINTAINER= ale@FreeBSD.org
COMMENT= An extension to handle PDF files
XPI_ID= {37E4D8EA-8BDA-4831-8EA1-89053939A250}
XPI_NUM= 636
XPI_FILES= chrome/pdfdownload.jar chrome.manifest install.rdf \
defaults/preferences/prefs.js
XPI_DIRS= chrome defaults/preferences defaults
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|