summaryrefslogtreecommitdiff
path: root/www/adzap/Makefile
blob: 3abf72768373379320f6b32e3ec57195b40ddc42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# $NetBSD: Makefile,v 1.55 2005/11/18 01:06:27 simonb Exp $
#

DISTNAME=	adzap-20051024
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"