mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
21 lines
375 B
Makefile
21 lines
375 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= adblock_plus
|
|
PORTVERSION= 3.0.4
|
|
DISTVERSIONSUFFIX= -an+fx
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= bar@FreeBSD.org
|
|
COMMENT= Content filtering extension
|
|
|
|
USE_XPI= *firefox*
|
|
|
|
LICENSE= GPLv3
|
|
|
|
XPI_NUM= 1865
|
|
XPI_ID= {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
|
|
|
|
.include "../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|