summaryrefslogtreecommitdiff
path: root/www/ijb/Makefile
diff options
context:
space:
mode:
authorabs <abs>2000-02-09 17:44:50 +0000
committerabs <abs>2000-02-09 17:44:50 +0000
commitc474c6314f67bdc1932cadf540162478d5d23cce (patch)
tree97b36a0ff99e73163b0d4571ab332c3a725d950b /www/ijb/Makefile
parent3928e16d59f9575ea6bf9d39af35b28dc957bce7 (diff)
downloadpkgsrc-c474c6314f67bdc1932cadf540162478d5d23cce.tar.gz
The Internet Junkbuster Proxy blocks unwanted banner ads and cookies
Diffstat (limited to 'www/ijb/Makefile')
-rw-r--r--www/ijb/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/ijb/Makefile b/www/ijb/Makefile
new file mode 100644
index 00000000000..6e4d9ff0f01
--- /dev/null
+++ b/www/ijb/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/02/09 17:44:50 abs Exp $
+#
+
+DISTNAME= ijb20
+PKGNAME= ijb-2.0.2
+CATEGORIES= www
+MASTER_SITES= http://www.junkbuster.com/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= abs@netbsd.org
+HOMEPAGE= http://www.junkbuster.com/
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/junkbuster ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/junkbuster.1 ${PREFIX}/man/man1
+ ${MKDIR} ${PREFIX}/share/examples/junkbuster
+ ${INSTALL_DATA} ${WRKSRC}/junkbstr.ini ${PREFIX}/share/examples/junkbuster/junkbuster.ini
+
+.include "../../mk/bsd.pkg.mk"