# New ports collection makefile for: www6to4 # Date created: 22.03.2002 # Whom: Janos Mohacsi # # $FreeBSD$ PORTNAME= www6to4 PORTVERSION= 1.6 PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Lightweight http proxy to help IPv4 only browsers WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./-/} USE_RC_SUBR= www6to4 post-patch: @${REINPLACE_CMD} -e 's,/etc,${PREFIX}/etc,' \ ${WRKSRC}/www6to4.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/www6to4 ${PREFIX}/sbin @if [ ! -d ${PREFIX}/etc/www6to4 ]; then \ ${MKDIR} ${PREFIX}/etc/www6to4; fi ${INSTALL_DATA} ${WRKSRC}/www6to4.conf \ ${PREFIX}/etc/www6to4/www6to4.conf.sample ${INSTALL_DATA} ${WRKSRC}/www6to4_forward.conf \ ${PREFIX}/etc/www6to4/www6to4_forward.conf.sample .if !defined(NOPORTDOCS) if [ ! -d ${DOCSDIR} ]; then \ ${MKDIR} ${DOCSDIR}; fi ${INSTALL_DATA} ${WRKSRC}/README \ ${DOCSDIR} .endif .include freebsd-ports-gnome/commit/?id=c4a26e854bc716521cc036b6b2af382ca3e9f354'/> c4a26e854bc716521cc036b6b2af382ca3e9f354 Approved by: krion@ PR: ports/88711 (related)
Approved by:    krion@
PR:             ports/88711 (related)
Provide new style rc.d boot scripts, using the infrastructure that 2005-12-18T21:04:37+00:00 dougb dougb@FreeBSD.org 2005-12-18T21:04:37+00:00 6ca3aa6177abe2833e2612ac019e1ff735ed6d20 is present in both bsd.port.mk and rc.subr to make things as simple as possible.
is present in both bsd.port.mk and rc.subr to make things as simple
as possible.
- Update to latest available versions from FreeBSD 4.9-RELEASE/5.2.1-RELEASE. 2004-03-05T16:18:03+00:00 netchild netchild@FreeBSD.org 2004-03-05T16:18:03+00:00 3356daa1bf4855dd6144f43a953678ae5129c555 - Collapse PLISTs to one PLIST per FreeBSD version. Submitted by: Marius Strobl <marius@alchemy.franken.de>
- Collapse PLISTs to one PLIST per FreeBSD version.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>