mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
29747f458a
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
32 lines
731 B
Makefile
32 lines
731 B
Makefile
# Ports collection makefile for: adblock
|
|
# Date created: Thu Aug 4, 2005
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= adblock
|
|
DISTVERSION= 0.5-dev
|
|
PORTREVISION= 2
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= thierry
|
|
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= A content filtering plug-in for ${GECKO}
|
|
|
|
PLIST_FILES= %%MOZDIR%%/chrome/adblock.jar
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/www/mozex/Makefile.xpi"
|
|
|
|
.if ${GECKO} == mozilla
|
|
PLIST_FILES+= %%MOZDIR%%/chrome/overlayinfo/mozapps/content/overlays.rdf
|
|
.endif
|
|
|
|
do-install:
|
|
@${INSTALL_DATA} ${WRKDIR}/chrome/adblock.jar ${MOZDIR}/chrome
|
|
|
|
.include <bsd.port.post.mk>
|