mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
18 lines
340 B
Makefile
18 lines
340 B
Makefile
# 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|