blob: c7eb269153009c96b4af9e6f5c9d6b50a70cdffd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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.0
DISTVERSIONSUFFIX= -fx+fl
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}
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|