2003-03-06 06:46:12 +01:00
|
|
|
# New ports collection makefile for: dtcpclient
|
|
|
|
# Date Created: Feb 27 2003
|
|
|
|
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dtcpclient
|
2006-05-25 18:44:45 +02:00
|
|
|
PORTVERSION= 20060526
|
2004-06-12 13:43:25 +02:00
|
|
|
#PORTREVISION= 0
|
2003-03-06 06:46:12 +01:00
|
|
|
CATEGORIES= net ipv6
|
2004-02-21 23:05:47 +01:00
|
|
|
MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \
|
|
|
|
http://home.jp.FreeBSD.org/~ume/ipv6/
|
2003-03-06 06:46:12 +01:00
|
|
|
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
|
|
|
COMMENT= Dynamic Tunnel Configuration Protocol client
|
|
|
|
|
2005-02-10 20:12:56 +01:00
|
|
|
USE_RC_SUBR= dtcpclient.sh
|
2003-09-06 19:45:02 +02:00
|
|
|
|
2003-03-06 06:46:12 +01:00
|
|
|
MAN8= dtcpclient.8
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2003-09-06 19:45:02 +02:00
|
|
|
pre-install:
|
2005-02-10 20:12:56 +01:00
|
|
|
@if [ -f ${PREFIX}/etc/rc.d/${USE_RC_SUBR} ]; then \
|
|
|
|
${ECHO_CMD} "Remove old ${PREFIX}/etc/rc.d/${USE_RC_SUBR} before install."; \
|
2003-09-06 19:45:02 +02:00
|
|
|
exit 1; \
|
|
|
|
fi
|
|
|
|
|
2003-03-06 06:46:12 +01:00
|
|
|
.include <bsd.port.mk>
|