aboutsummaryrefslogtreecommitdiffstats
path: root/net/dtcpclient/Makefile
blob: aa1ff6496b87bd8465cb588a70dd5782603625a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    dtcpclient
# Date Created:     Feb 27 2003
# Whom:         Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   dtcpclient
PORTVERSION=    20030301
#PORTREVISION=  0
CATEGORIES= net ipv6
MASTER_SITES=   http://www.imasy.or.jp/~ume/ipv6/

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

MAN8=       dtcpclient.8
MANCOMPRESSED=  yes

post-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/dtcpclient.sh \
        ${PREFIX}/etc/rc.d/dtcpclient.sh.sample

.include <bsd.port.mk>