# New ports collection makefile for:	dtcpclient
# Date Created:		Feb 27 2003
# Whom:			Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD: ports/net/dtcpclient/Makefile,v 1.18 2006/05/25 16:44:45 ume Exp $
#

PORTNAME=	dtcpclient
PORTVERSION=	20060526
#PORTREVISION=	0
CATEGORIES=	net ipv6
MASTER_SITES=	http://www.imasy.or.jp/~ume/ipv6/ \
		http://home.jp.FreeBSD.org/~ume/ipv6/

MAINTAINER=	ume@FreeBSD.org
COMMENT=	Dynamic Tunnel Configuration Protocol client

USE_RC_SUBR=	dtcpclient.sh

MAN8=		dtcpclient.8
MANCOMPRESSED=	yes

pre-install:
	@if [ -f ${PREFIX}/etc/rc.d/${USE_RC_SUBR} ]; then \
		${ECHO_CMD} "Remove old ${PREFIX}/etc/rc.d/${USE_RC_SUBR} before install."; \
		exit 1; \
	fi

.include <bsd.port.mk>


syntax highlighted by Code2HTML, v. 0.9.1