blob: 31feb77f6b22749ec6b6e8e22e72542587226e45 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Ports collection makefile for: adblock-firefox
# Date created: Thu Aug 4, 2005
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= adblock
MAINTAINER= thierry@FreeBSD.org
COMMENT= A content filtering plug-in for Firefox
MASTERDIR= ${.CURDIR}/../adblock
WITH_FIREFOX= yes
BROKEN= "Does not build with new Firefox"
.include "${MASTERDIR}/Makefile"
|