blob: 8996f5df7524b120734d7550f35101a95ce5527e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= flashgot
PORTVERSION= 1.3.7
CATEGORIES= www
MASTER_SITES= http://software.informaction.com/data/releases/
MAINTAINER= gecko@FreeBSD.org
COMMENT= Download links using popular download managers
XPI_ID= {19503e42-ca3c-4c27-b1e2-9cdb2170ee34}
XPI_NUM= 220
NO_STAGE= yes
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|