summaryrefslogtreecommitdiff
path: root/www/privoxy+ipv6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/privoxy+ipv6/Makefile')
-rw-r--r--www/privoxy+ipv6/Makefile63
1 files changed, 0 insertions, 63 deletions
diff --git a/www/privoxy+ipv6/Makefile b/www/privoxy+ipv6/Makefile
deleted file mode 100644
index f27630f1128b..000000000000
--- a/www/privoxy+ipv6/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# New ports collection makefile for: privoxy
-# Date created: 21 November 2002
-# Whom: John von Essen
-#
-# $FreeBSD$
-#
-
-PORTNAME= privoxy
-PORTVERSION= 3.0.0
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ijbswa
-DISTNAME= privoxy-3.0.0-stable-src
-
-MAINTAINER= john@essenz.com
-COMMENT= Privoxy is a web proxy with advanced filtering capabilities
-
-WRKSRC= ${WRKDIR}/privoxy-3.0.0-stable
-
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-USE_GMAKE= yes
-USE_AUTOCONF_VER= 253
-USE_REINPLACE= yes
-
-MAKEFILE= GNUmakefile
-
-MAN1= privoxy.1
-
-post-patch:
- ${REINPLACE_CMD} \
- -e 's,^\(confdir\) \.,\1 ${PREFIX}/etc/privoxy,' \
- -e 's,^\(logdir\) \.,\1 /tmp,' \
- -e 's,^\(actionsfile standard\),#\1,' \
- -e 's,^\(actionsfile user\),#\1,' \
- ${WRKSRC}/config
-
-pre-configure:
- @cd ${WRKSRC}; ${AUTOHEADER}
-
-pre-install:
- @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
- ${PKGDIR}/pkg-message.in > ${PKGMESSAGE}
-
-do-install:
- @${MKDIR} ${PREFIX}/etc/privoxy/templates
- @${INSTALL_PROGRAM} ${WRKSRC}/privoxy ${PREFIX}/sbin
- @${INSTALL_DATA} ${WRKSRC}/templates/[a-z]* ${PREFIX}/etc/privoxy/templates
-.for file in config default.action default.filter trust
- @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/etc/privoxy
-.endfor
- @${INSTALL_MAN} ${WRKSRC}/privoxy.1 ${MANPREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/privoxy-manual
- @if [ -d ${WRKSRC}/doc/webserver/user-manual ]; then \
- ${INSTALL_DATA} ${WRKSRC}/doc/webserver/user-manual/[a-z]* ${PREFIX}/share/doc/privoxy-manual; \
- fi
-.endif
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>