pkgsrc/www/adzap/Makefile
simonb eddb542343 Update to version 20060414:
- Add more ad patterns.
 - Add ADJSTEXT and ADHTMLTEXT zap classes.

Note: adds the STUBURL_ADJSTEXT and STUBURL_ADHTMLTEXT variables; users
should update to the latest adzap.conf as shown in the install message.
2006-04-17 08:56:08 +00:00

53 lines
1.7 KiB
Makefile

# $NetBSD: Makefile,v 1.57 2006/04/17 08:56:08 simonb Exp $
#
DISTNAME= adzap-20060414
CATEGORIES= www perl5
# XXX: should use the following one day:
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=adzapper/}
MASTER_SITES= http://adzapper.sourceforge.net/
MAINTAINER= simonb@NetBSD.org
HOMEPAGE= http://adzapper.sourceforge.net/
COMMENT= Filter out animated ad banners from web pages
WRKSRC= ${WRKDIR}/adzap
NO_BUILD= yes
USE_TOOLS+= perl:run
INSTALLATION_DIRS= libexec
do-configure:
.for FILE in scripts/squid_redirect scripts/wrapzap
${CP} ${WRKSRC}/${FILE} ${WRKSRC}/${FILE}.ORIG
${SED} -e "s:/usr/bin/perl:${PERL5}:g" \
-e "s:@@PREFIX@@:${PREFIX}:g" \
<${WRKSRC}/${FILE}.ORIG >${WRKSRC}/${FILE}
.endfor
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/scripts/squid_redirect ${PREFIX}/libexec
${INSTALL_SCRIPT} ${WRKSRC}/scripts/wrapzap ${PREFIX}/libexec/adzap
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/adzap
.for FILE in ad-clear.gif ad-clear.mp3 ad-clear.swf \
ad-grey.gif ad-old.gif \
ad.gif ad.mp3 ad.swf \
adbg-clear.gif adbg.gif \
closepopup-clear.html closepopup.html \
counter-clear.gif counter-clear.js \
counter.gif counter.js \
no-op-clear.html no-op-clear.js \
no-op-counter-clear.html no-op-counter-clear.js \
no-op-counter.html no-op-counter.js \
no-op.html no-op.js \
webbug-clear.gif webbug-clear.html webbug-clear.js \
webbug.gif webbug.html webbug.js
${INSTALL_DATA} ${WRKSRC}/zaps/${FILE} ${PREFIX}/share/examples/adzap
.endfor
.for FILE in proxy-home.pac proxy-zip.pac
${INSTALL_DATA} ${WRKSRC}/rc/${FILE} ${PREFIX}/share/examples/adzap
.endfor
${INSTALL_DATA} ${WRKSRC}/scripts/adzap.conf \
${PREFIX}/share/examples/adzap
.include "../../mk/bsd.pkg.mk"