mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
24 lines
697 B
Makefile
24 lines
697 B
Makefile
# New ports collection makefile for: xpi-downthemall
|
|
# Date created: 19 May 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= downthemall
|
|
PORTVERSION= 0.9.9.7
|
|
DISTVERSIONSUFFIX= -fx+fl+tb
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Lets you download all the links in a webpage and much more
|
|
|
|
XPI_DISTNAME= downthemall_
|
|
XPI_ID= {DDC359D1-844A-42a7-9AA1-88A850A938A8}
|
|
XPI_FILES= chrome/dta.jar chrome.manifest components/privacycontrol.js \
|
|
defaults/preferences/privacycontrol.js gpl.txt install.rdf notice.txt
|
|
XPI_DIRS= chrome components defaults/preferences defaults
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|